Macro mathml::elem_many0
source · macro_rules! elem_many0 { ($tag:expr) => { ... }; }
Expand description
A macro to help build parsers for MathML elements with zero or more arguments.
macro_rules! elem_many0 { ($tag:expr) => { ... }; }
A macro to help build parsers for MathML elements with zero or more arguments.