Trait zng::fs_watcher::FsChangeNote
source · pub trait FsChangeNote:
Debug
+ Any
+ Send
+ Sync {
// Required method
fn as_any(&self) -> &(dyn Any + 'static);
}
Expand description
Represents a FsChange
note.
This trait is already implemented for types it applies.