Trait glsl_lang_lexer::v2_full::fs::PreprocessorExt
source · pub trait PreprocessorExt<F: FileSystem> {
// Required methods
fn open(
&mut self,
path: impl AsRef<Path>,
) -> Result<File<'_, '_, F>, F::Error>;
fn open_source(
&mut self,
source: &str,
path: impl AsRef<Path>,
) -> File<'_, '_, F>;
}
Expand description
glsl-lang-pp preprocessor extensions
Required Methods§
Object Safety§
This trait is not object safe.