ByteFileSpan

Type Alias ByteFileSpan 

Source
pub type ByteFileSpan<'a, 'b> = ByteSpan<'a, &'b Path>;
Expand description

Bytes reference with location in file.

Aliased Type§

pub struct ByteFileSpan<'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