Type Alias EventStream

Source
pub type EventStream = Receiver<PaneEvent>;
Expand description

Event stream for real-time pane updates (muxd feature)

Aliased Typeยง

pub struct EventStream { /* private fields */ }