pub trait FileExists {
    fn file_exists(&mut self, fname: &String) -> bool;
}

Required Methods§

| Returns true iff the named file exists. |

Implementors§