Skip to main content

NetworkEventStream

Type Alias NetworkEventStream 

Source
pub type NetworkEventStream = Pin<Box<dyn Stream<Item = Result<NetworkEvent>> + Send + 'static>>;
Expand description

Stream of high-level network refresh events.

Aliased Typeยง

pub struct NetworkEventStream { /* private fields */ }