macro_rules! watch_path {
($watcher:expr, $path:expr, $watch_fn:ident, $($watch_fn_args:expr,)*) => { ... };
}Expand description
Add path to the specified watcher.
macro_rules! watch_path {
($watcher:expr, $path:expr, $watch_fn:ident, $($watch_fn_args:expr,)*) => { ... };
}Add path to the specified watcher.