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