Type Alias ChildIteratorProxy

Source
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 */ }