ReadableProxy

Type Alias ReadableProxy 

Source
pub type ReadableProxy = Client<Readable>;
Expand description

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

Aliased Typeยง

pub struct ReadableProxy { /* private fields */ }