pub trait IncludeAdaptor {
    fn include(&mut self, path: &str) -> String;
}

Required Methods§

Implementors§