BasicAstNode

Trait BasicAstNode 

Source
pub trait BasicAstNode: AstNode<BasicAstInfo> { }

Implementors§

Source§

impl<T> BasicAstNode for T