pub trait ContentProvider { // Required method fn get(&mut self, path: &Path) -> Result<Option<&str>>; }