HostFn

Type Alias HostFn 

Source
pub type HostFn = Arc<dyn Fn(&[Value], &ExecutionContext) -> Result<Value> + Send + Sync>;
Expand description

Host function signature.

Aliased Typeยง

pub struct HostFn { /* private fields */ }