pub trait SecondProtocolProxyInterface: Send + Sync {
    // Required method
    fn method_on_second(&self) -> Result<(), Error>;
}

Required Methods§

Implementors§