Trait HostFunctionCallback

Source
pub trait HostFunctionCallback {
    // Required method
    fn dispatch_host_call(&mut self, args: HostArgs);
}

Required Methods§

Source

fn dispatch_host_call(&mut self, args: HostArgs)

Implementors§