pub trait NativeCallbackHandler: Trace {
    fn call(&self, args: &[Val]) -> Result<Val>;
}

Required Methods§

Implementors§