pub trait Handler {
    fn handle(&mut self, path: PathBuf);
}

Required Methods

Implementors