Trait sequoia_ipc::Handler[][src]

pub trait Handler {
    fn handle(
        &self,
        network: VatNetwork<Compat<OwnedReadHalf>>
    ) -> RpcSystem<Side>; }

Servers need to implement this trait.

Required methods

fn handle(&self, network: VatNetwork<Compat<OwnedReadHalf>>) -> RpcSystem<Side>[src]

Called on every connection.

Loading content...

Implementors

Loading content...