pub type PeerSetSubscription<P> = UnboundedReceiver<PeerSetUpdate<P>>;Expand description
Alias for the subscription type returned by Provider::subscribe.
Aliased Typeยง
pub struct PeerSetSubscription<P> { /* private fields */ }pub type PeerSetSubscription<P> = UnboundedReceiver<PeerSetUpdate<P>>;Alias for the subscription type returned by Provider::subscribe.
pub struct PeerSetSubscription<P> { /* private fields */ }