Trait PeersHandleProvider
pub trait PeersHandleProvider {
// Required method
fn peers_handle(&self) -> &PeersHandle;
}
Expand description
Provides an API for managing the peers of the network.
Required Methods§
fn peers_handle(&self) -> &PeersHandle
fn peers_handle(&self) -> &PeersHandle
Returns the [PeersHandle
] that can be cloned and shared.
The [PeersHandle
] can be used to interact with the network’s peer set.