pub trait FanotifyPath {
    fn as_os_str(&self) -> &OsStr;
}

Required Methods§

Implementations on Foreign Types§

Implementors§