ReceiverProxy

Type Alias ReceiverProxy 

Source
pub type ReceiverProxy = Client<Receiver>;
Expand description

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

Aliased Typeยง

pub struct ReceiverProxy { /* private fields */ }