Type Alias FileProxy

Source
pub type FileProxy = ClientSender<Channel, File>;
Expand description

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

Aliased Typeยง

struct FileProxy { /* private fields */ }