Type Alias DirEntryRouterProxy

Source
pub type DirEntryRouterProxy = ClientSender<Channel, DirEntryRouter>;
Expand description

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

Aliased Typeยง

struct DirEntryRouterProxy { /* private fields */ }