Skip to main content

SessionEventStream

Type Alias SessionEventStream 

Source
pub type SessionEventStream = Pin<Box<dyn Stream<Item = JsonRpcNotification> + Send>>;

Aliased Typeยง

pub struct SessionEventStream { /* private fields */ }