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

Required Methods§

Implementors§