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