pub trait RpcProto { // Required methods fn make_seq(&self) -> SeqType; fn send_request(&self, request: &Request); fn is_ready(&self) -> bool; }