ryna::functions

Type Alias OptFunctionOverloadFn

Source
pub type OptFunctionOverloadFn = Option<FunctionOverloadFn>;

Aliased Type§

enum OptFunctionOverloadFn {
    None,
    Some(fn(_: &Vec<Type>, _: &Type, _: Vec<Object>, _: &RynaContext) -> Result<Object, String>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.