pub type PeerSetSubscription<P> = UnboundedReceiver<(u64, Set<P>, Set<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<(u64, Set<P>, Set<P>)>;Alias for the subscription type returned by Provider::subscribe.
pub struct PeerSetSubscription<P> { /* private fields */ }