Skip to main content

Span

Type Alias Span 

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

Source code fragment with line and column tracking.

Aliased Type§

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

Fields§

§extra: ()

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