pub type EventStreamProxy = ClientSender<EventStream>;
Expand description
An alias for a client sender over zx::Channel
for the EventStream
protocol.
Aliased Typeยง
pub struct EventStreamProxy { /* private fields */ }
pub type EventStreamProxy = ClientSender<EventStream>;
An alias for a client sender over zx::Channel
for the EventStream
protocol.
pub struct EventStreamProxy { /* private fields */ }