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

Required Methods§

Implementors§