Type Alias OptFunctionOverloadFn

Source
pub type OptFunctionOverloadFn = Option<FunctionOverloadFn>;

Aliased Type§

pub enum OptFunctionOverloadFn {
    None,
    Some(fn(&Vec<Type>, &Type, Vec<Object>, &NessaContext) -> Result<Object, String>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(fn(&Vec<Type>, &Type, Vec<Object>, &NessaContext) -> Result<Object, String>)

Some value of type T.