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