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