Skip to main content

Located

Type Alias Located 

Source
pub type Located<'a> = LocatedSpan<&'a str>;
Expand description

The input and remaining-output type nom parsers see: a located view of the region’s slice of the source.

Aliased Type§

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

Fields§

§extra: ()

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