Type Definition glsl_lang::ast::CompoundStatement[][src]

type CompoundStatement = Node<CompoundStatementData>;

Type alias for Node<CompoundStatementData>

Trait Implementations

impl Host for CompoundStatement[src]

impl HostMut for CompoundStatement[src]

impl Parsable for CompoundStatement[src]