Trait IncludeAdaptor

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

Required Methods§

Source

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

Implementors§