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

Required Methods§

source

fn is_client(&self) -> bool

Implementors§