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