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