pub trait Peer {
    fn ping(&self) -> MethodReply<()> ;
    fn get_machine_id(&self) -> MethodReply<String> ;
}

Required Methods§

Implementors§