pub trait DummyAstNode {
    fn dummy() -> Self;
}
Expand description

Some value for the AST node that is valid but possibly meaningless.

Required Methods

Implementations on Foreign Types

Implementors