Type Definition glsl_lang::ast::Preprocessor

source · []
pub type Preprocessor = Node<PreprocessorData>;
Expand description

Type alias for Node<PreprocessorData>

Trait Implementations

Wrap the given source which parses as Self into something that parses as R

Extract the subtree for Self from a parent tree R

Visit an AST node.

Visit an AST node.