Type Definition runestick::Function[][src]

type Function = FunctionImpl<Value>;

A callable non-sync function.

Trait Implementations

impl Debug for Function[src]

impl FromValue for Function[src]

impl ToValue for Function[src]

impl TypeOf for Function[src]

impl UnsafeFromValue for &Function[src]

type Output = *const Function

The output type from the unsafe coercion.

type Guard = RawRef

The raw guard returned. Read more