Type Alias CloseableProxy

Source
pub type CloseableProxy = ClientSender<Channel, Closeable>;
Expand description

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

Aliased Typeยง

struct CloseableProxy { /* private fields */ }