pub type FileProxy = ClientSender<Channel, File>;
An alias for a client sender over zx::Channel for the File protocol.
zx::Channel
File
struct FileProxy { /* private fields */ }