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