Skip to main content

PeerSetSubscription

Type Alias PeerSetSubscription 

Source
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 */ }