Enum notify::RecursiveMode [] [src]

pub enum RecursiveMode {
    Recursive,
    NonRecursive,
}

Indicates whether only the provided directory or its sub-directories as well should be watched

Variants

Watch all sub-directories as well, including directories created after installing the watch

Watch only the provided directory

Trait Implementations

impl Debug for RecursiveMode
[src]

Formats the value using the given formatter.