Trait AstNode
pub trait AstNode:
Debug
+ PartialEq
+ Clone
+ Spanned {
const TYPE: &'static str;
}
Available on crate features
__ecma
and __utils
only.Expand description
A trait for ast nodes.
Required Associated Constants§
Object Safety§
This trait is not object safe.