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