Type Alias WritableProxy

Source
pub type WritableProxy = ClientSender<Channel, Writable>;
Expand description

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

Aliased Typeยง

struct WritableProxy { /* private fields */ }