pub type DynConnectionStatusUpdates = Pin<Box<dyn Stream<Item = ()> + Send + 'static>>;Expand description
Type-erased stream notifying the P2P state machine that connection metadata may have changed.
Aliased Typeยง
#[repr(transparent)]pub struct DynConnectionStatusUpdates { /* private fields */ }