Trait muxrpc::Rpc [] [src]

pub trait Rpc: Serialize {
    fn names() -> &'static [&'static str];
}

Implementors of this trait are rpcs that can be sent to the peer. The serilize implementation should provide the argument value(s).

Required Methods

The names for this rpc.

Implementors