Type Alias mathml::graph::ASTGraph

source ·
pub type ASTGraph<'a> = Graph<String, u32>;
Expand description

A graph representation of the MathML abstract syntax tree (AST), for easier inspection, visualization, and debugging.

Aliased Type§

struct ASTGraph<'a> { /* private fields */ }