Type Alias EventStreamProxy

Source
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 */ }