Type Alias P2PStatusSenders

Source
pub type P2PStatusSenders = BTreeMap<PeerId, Sender<Option<Duration>>>;

Aliased Typeยง

pub struct P2PStatusSenders { /* private fields */ }