Type Alias NamespaceProxy

Source
pub type NamespaceProxy = ClientSender<Channel, Namespace>;
Expand description

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

Aliased Typeยง

struct NamespaceProxy { /* private fields */ }