Type Alias ReadableProxy

Source
pub type ReadableProxy = ClientSender<Channel, Readable>;
Expand description

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

Aliased Typeยง

struct ReadableProxy { /* private fields */ }