pub trait DxcIncludeHandler { // Required method fn load_source(&mut self, filename: String) -> Option<String>; }