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