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

type Statement = Node<StatementData>;

Type alias for Node<StatementData>

Trait Implementations

impl Host for Statement[src]

impl HostMut for Statement[src]

impl Parsable for Statement[src]