Type Alias nessa::operations::UnaryFunction

source ·
pub type UnaryFunction = Option<UnaryFunctionInner>;

Aliased Type§

enum UnaryFunction {
    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.