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