Type Alias mathml::parsers::generic_mathml::Span

source ·
pub type Span<'a> = LocatedSpan<&'a str>;

Aliased Type§

struct Span<'a> {
    pub extra: (),
    /* private fields */
}

Fields§

§extra: ()

Extra information that can be embedded by the user. Example: the parsed file name