pub fn from_fs_watch_with_options<P>(
paths: impl IntoIterator<Item = P>,
opts: FromFsWatchOptions,
) -> Operator<FsEvent>Expand description
Configurable form of from_fs_watch.
pub fn from_fs_watch_with_options<P>(
paths: impl IntoIterator<Item = P>,
opts: FromFsWatchOptions,
) -> Operator<FsEvent>Configurable form of from_fs_watch.