pub type DirectoryWatcherProxy = ClientSender<DirectoryWatcher>;
Expand description
An alias for a client sender over zx::Channel
for the DirectoryWatcher
protocol.
Aliased Typeยง
pub struct DirectoryWatcherProxy { /* private fields */ }
pub type DirectoryWatcherProxy = ClientSender<DirectoryWatcher>;
An alias for a client sender over zx::Channel
for the DirectoryWatcher
protocol.
pub struct DirectoryWatcherProxy { /* private fields */ }