[][src]Trait language_reporting::ReportingSpan

pub trait ReportingSpan: Debug + Copy {
    fn with_start(&self, start: usize) -> Self;
fn with_end(&self, end: usize) -> Self;
fn start(&self) -> usize;
fn end(&self) -> usize; }

Required methods

fn with_start(&self, start: usize) -> Self

fn with_end(&self, end: usize) -> Self

fn start(&self) -> usize

fn end(&self) -> usize

Loading content...

Implementors

impl ReportingSpan for SimpleSpan[src]

Loading content...