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

Required methods

Implementors