pub trait Loader { // Required method fn load(&mut self, path: &Path) -> Result<String>; }
Supplies included file text, so tests can run without a filesystem.