Skip to main content

from_fs_watch_with_options

Function from_fs_watch_with_options 

Source
pub fn from_fs_watch_with_options<P>(
    paths: impl IntoIterator<Item = P>,
    opts: FromFsWatchOptions,
) -> Operator<FsEvent>
where P: Into<PathBuf>,
Expand description

Configurable form of from_fs_watch.