Type Definition runestick::SyncFunction[][src]

pub type SyncFunction = FunctionImpl<ConstValue>;
Expand description

A callable sync function. This currently only supports a subset of values that are supported by the Vm.

Trait Implementations

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