Function mathml::parsers::generic_mathml::parse
source · pub fn parse(input: &str) -> IResult<'_, Math>
Expand description
The parse
function is part of the public API. It takes a string and returns a Math object.