[][src]Type Definition runestick::SyncFunction

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]