Type Alias DirectoryWatcherProxy

Source
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 */ }