Trait rustc_ast::mut_visit::DummyAstNode
source · pub trait DummyAstNode {
// Required method
fn dummy() -> Self;
}
Expand description
Some value for the AST node that is valid but possibly meaningless.
pub trait DummyAstNode {
// Required method
fn dummy() -> Self;
}
Some value for the AST node that is valid but possibly meaningless.