pub trait GetNetworkActive {
    fn get_network_active(&mut self) -> bool;
}

Required Methods§

Implementors§