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

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

Trait Implementations

impl StdFrom<ProcedureNativeFn1E> for ProcedureNative
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdFrom<ProcedureNativeFn1E> for Value
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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

impl StdFrom<ProcedureNativeFn1E> for Expression
[src]

Performs the conversion.

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

Important traits for Box<R>

Performs the conversion.

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