Trait nativeshell::shell::MethodCallHandler[][src]

pub trait MethodCallHandler {
    fn on_method_call(
        &mut self,
        call: MethodCall<Value>,
        reply: MethodCallReply<Value>,
        engine: EngineHandle
    ); fn set_method_invoker_provider(&mut self, _provider: MethodInvokerProvider) { ... }
fn on_engine_destroyed(&mut self, _engine: EngineHandle) { ... } }

Required methods

Provided methods

Implementors