Type Alias DictionaryRouterProxy

Source
pub type DictionaryRouterProxy = ClientSender<Channel, DictionaryRouter>;
Expand description

An alias for a client sender over zx::Channel for the DictionaryRouter protocol.

Aliased Typeยง

struct DictionaryRouterProxy { /* private fields */ }