Span

Type Alias Span 

Source
pub type Span = Span<ZeroIndexed>;

Aliased Type§

pub struct Span {
    pub file: PathBuf,
    pub range: Range<ZeroIndexed>,
}

Fields§

§file: PathBuf§range: Range<ZeroIndexed>