pub type P2PStatusReceivers = BTreeMap<PeerId, Receiver<Option<Duration>>>;
pub struct P2PStatusReceivers { /* private fields */ }