pub type FileProxy = ClientSender<Channel, File>;
Expand description
An alias for a client sender over zx::Channel
for the File
protocol.
Aliased Type§
pub struct FileProxy { /* private fields */ }
Implementations
§impl<P, T> ClientSender<P, T>where
T: Transport,
impl<P, T> ClientSender<P, T>where
T: Transport,
pub fn wrap_untyped(client: &ClientSender<T>) -> &ClientSender<P, T>
pub fn wrap_untyped(client: &ClientSender<T>) -> &ClientSender<P, T>
Wraps an untyped sender reference, returning a typed sender reference.
pub fn close(&self)
pub fn close(&self)
Closes the channel from the client end.