pub trait IncludeAdaptor {
    // Required method
    fn include(&mut self, path: PathBuf) -> Option<Arc<Vec<u8>>>;
}

Required Methods§

source

fn include(&mut self, path: PathBuf) -> Option<Arc<Vec<u8>>>

Implementors§