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