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

Required Methods§

Implementors§