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