EventStreamProxy

Type Alias EventStreamProxy 

Source
pub type EventStreamProxy = Client<EventStream>;
Expand description

An alias for a client over zx::Channel for the EventStream protocol.

Aliased Typeยง

pub struct EventStreamProxy { /* private fields */ }