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