Type Alias glsl_lang::ast::PreprocessorInclude
source · pub type PreprocessorInclude = Node<PreprocessorIncludeData>;
Expand description
Type alias for Node<PreprocessorIncludeData>
.
Aliased Type§
struct PreprocessorInclude {
pub content: PreprocessorIncludeData,
pub span: Option<NodeSpan>,
}
Fields§
§content: PreprocessorIncludeData
Contents of this syntax node
span: Option<NodeSpan>
Span in the input this node was parsed from