pub trait IsClient {
    fn is_client(&self) -> bool;
}

Required Methods§

Implementors§