Type Alias SymlinkProxy

Source
pub type SymlinkProxy = ClientSender<Channel, Symlink>;
Expand description

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

Aliased Typeยง

struct SymlinkProxy { /* private fields */ }