Type Alias glsl_lang_types::ast::PreprocessorLine

source ·
pub type PreprocessorLine = Node<PreprocessorLineData>;
Expand description

Type alias for Node<PreprocessorLineData>.

Aliased Type§

struct PreprocessorLine {
    pub content: PreprocessorLineData,
    pub span: Option<NodeSpan>,
}

Fields§

§content: PreprocessorLineData

Contents of this syntax node

§span: Option<NodeSpan>

Span in the input this node was parsed from