Trait glsl_lang_pp::processor::nodes::DirectiveExt

source ·
pub trait DirectiveExt: Sized {
    // Required method
    fn into_node(self) -> SyntaxNode<PreprocessorLang>;
}

Required Methods§

source

fn into_node(self) -> SyntaxNode<PreprocessorLang>

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<I: TryFrom<(FileId, SyntaxNode<PreprocessorLang>)> + Debug + Clone> DirectiveExt for DirectiveResult<I>