Trait capnp::capability::Server [] [src]

pub trait Server {
    fn dispatch_call(&mut self, interface_id: u64, method_id: u16, params: Params<Owned>, results: Results<Owned>) -> Promise<()Error>;
}

Required Methods

fn dispatch_call(&mut self, interface_id: u64, method_id: u16, params: Params<Owned>, results: Results<Owned>) -> Promise<()Error>

Implementors