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

Required Methods§

Implementors§