Type Definition runestick::SyncFunction[][src]

type SyncFunction = FunctionImpl<ConstValue>;

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

Trait Implementations

impl FromValue for SyncFunction[src]