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