FileSpan

Type Alias FileSpan 

Source
pub type FileSpan<'a, 'b> = Span<'a, &'b Path>;
Expand description

String reference with location in file.

Aliased Type§

pub struct FileSpan<'a, 'b> {
    pub extra: &'b Path,
    /* private fields */
}

Fields§

§extra: &'b Path

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