pub trait Filename {
    // Required method
    fn filename(&mut self) -> String;
}

Required Methods§

source

fn filename(&mut self) -> String

| Return path to main database file for | logs and error messages. |

Implementors§