Type Definition ceres_executor::derive::HostFuncType[][src]

pub type HostFuncType<T> = fn(_: &mut T, _: &[Value]) -> Result<Option<Value>>;
Expand description

Host function generic type