Type Alias ReceiverProxy

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

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

Aliased Typeยง

pub struct ReceiverProxy { /* private fields */ }