pub trait ConnectedThroughNetwork {
    // Required method
    fn connected_through_network(&self) -> Network;
}

Required Methods§

Implementors§