#[derive(AstNode)]
{
// Attributes available to this derive:
#[ast]
}
Expand description
Derive immutable and mutable expression-child visitors for an AST payload.
#[derive(AstNode)]
{
// Attributes available to this derive:
#[ast]
}
Derive immutable and mutable expression-child visitors for an AST payload.