pub trait HandleNotifyNumConnectionsChanged {
// Required method
fn handle_notify_num_connections_changed(
&mut self,
fn_: NodeNotifyNumConnectionsChangedFn
) -> Box<dyn Handler>;
}
Required Methods§
sourcefn handle_notify_num_connections_changed(
&mut self,
fn_: NodeNotifyNumConnectionsChangedFn
) -> Box<dyn Handler>
fn handle_notify_num_connections_changed( &mut self, fn_: NodeNotifyNumConnectionsChangedFn ) -> Box<dyn Handler>
| Register handler for number of connections | changed messages. |