FileProxy

Type Alias FileProxy 

Source
pub type FileProxy = Client<File>;
Expand description

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

Aliased Typeยง

pub struct FileProxy { /* private fields */ }