pub type ASTGraph<'a> = Graph<String, u32>;
A graph representation of the MathML abstract syntax tree (AST), for easier inspection, visualization, and debugging.
struct ASTGraph<'a> { /* private fields */ }