Skip to main content

PeerSetSubscription

Type Alias PeerSetSubscription 

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