pub trait Include: Send + Sync + IncludeClone { fn include(&self, path: &str) -> Result<String>; }
source