FanotifyPath

Trait FanotifyPath 

Source
pub trait FanotifyPath {
    // Required method
    fn as_os_str(&self) -> &OsStr;
}

Required Methods§

Source

fn as_os_str(&self) -> &OsStr

Implementations on Foreign Types§

Source§

impl FanotifyPath for str

Source§

fn as_os_str(&self) -> &OsStr

Source§

impl FanotifyPath for Path

Source§

fn as_os_str(&self) -> &OsStr

Implementors§