1 2 3 4 5 6
#[cfg(feature = "serialize")] pub mod ser; /// Empty trait that will be used later for custom serialization and TypeScript /// generation for AST nodes. pub trait ESTree {}