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