pub trait SetIsClient {
    fn set_is_client(&mut self, x: bool);
}

Required Methods§

Implementors§