pub trait DirectoryWatcherClientSender {
type Transport: Transport;
}
Expand description
A helper trait for the DirectoryWatcher
client sender.
pub trait DirectoryWatcherClientSender {
type Transport: Transport;
}
A helper trait for the DirectoryWatcher
client sender.