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