Type Definition ketos::function::FunctionImpl [] [src]

type FunctionImpl = fn(_: &Context, _: &mut [Value]) -> Result<Value, Error>;

SystemFn implemented by Rust function