Type Definition vonuvoli_scheme::exports::ProcedureNativeFnNE[][src]

type ProcedureNativeFnNE = fn(_: &[&Value], _: &mut EvaluatorContext) -> Outcome<Value>;

Trait Implementations

impl StdFrom<ProcedureNativeFnNE> for ProcedureNative
[src]

Performs the conversion.

impl StdFrom<ProcedureNativeFnNE> for StdBox<ProcedureNative>
[src]

Important traits for Box<R>

Performs the conversion.

impl StdInto0<Outcome<ProcedureNative>> for ProcedureNativeFnNE
[src]

impl StdFrom<ProcedureNativeFnNE> for Value
[src]

Performs the conversion.

impl StdFrom<ProcedureNativeFnNE> for StdBox<Value>
[src]

Important traits for Box<R>

Performs the conversion.

impl StdInto0<Outcome<Value>> for ProcedureNativeFnNE
[src]

impl StdFrom<ProcedureNativeFnNE> for Expression
[src]

Performs the conversion.

impl StdFrom<ProcedureNativeFnNE> for StdBox<Expression>
[src]

Important traits for Box<R>

Performs the conversion.

impl StdInto0<Outcome<Expression>> for ProcedureNativeFnNE
[src]