Type Alias glsl_lang_types::ast::Block

source ·
pub type Block = Node<BlockData>;
Expand description

Type alias for Node<BlockData>.

Aliased Type§

struct Block {
    pub content: BlockData,
    pub span: Option<NodeSpan>,
}

Fields§

§content: BlockData

Contents of this syntax node

§span: Option<NodeSpan>

Span in the input this node was parsed from