Type Definition runestick::Function[][src]

pub type Function = FunctionImpl<Value>;
Expand description

A callable non-sync function.

Trait Implementations

Formats the value using the given formatter. Read more

Try to convert to the given type, from the given value.

Convert into a value.

Convert into a type hash.

Access diagnostical information on the value type.

The output type from the unsafe coercion.

The raw guard returned. Read more

Convert the given reference using unsafe assumptions to a value. Read more

Coerce the output of an unsafe from value into the final output type. Read more