fuel_core_poa::ports

Trait P2pPort

source
pub trait P2pPort:
    Send
    + Sync
    + 'static {
    // Required method
    fn reserved_peers_count(&self) -> BoxStream<usize>;
}

Required Methods§

source

fn reserved_peers_count(&self) -> BoxStream<usize>

Subscribe to reserved peers connection updates.

Implementors§