Trait bitcoinleveldb_file::FileExists
source · pub trait FileExists {
fn file_exists(&mut self, fname: &String) -> bool;
}Required Methods§
sourcefn file_exists(&mut self, fname: &String) -> bool
fn file_exists(&mut self, fname: &String) -> bool
| Returns true iff the named file exists. |