pub trait HandleNotifyNetworkActiveChanged {
    fn handle_notify_network_active_changed(
        &mut self,
        fn_: NodeNotifyNetworkActiveChangedFn
    ) -> Box<dyn Handler>; }

Required Methods§

| Register handler for network active | messages. |

Implementors§