OptUnaryFunctionFn

Type Alias OptUnaryFunctionFn 

Source
pub type OptUnaryFunctionFn = Option<UnaryFunctionFn>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.