pub trait BasicAstNode: AstNode<BasicAstInfo> { }

Implementors