pub type WritableProxy = ClientSender<Channel, Writable>;
An alias for a client sender over zx::Channel for the Writable protocol.
zx::Channel
Writable
struct WritableProxy { /* private fields */ }