Type Alias SpanWithSource

Source
pub type SpanWithSource = BaseSpan<SourceId>;

Aliased Type§

struct SpanWithSource {
    pub start: u32,
    pub end: u32,
    pub source: SourceId,
}

Fields§

§start: u32§end: u32§source: SourceId

Implementations§

Trait Implementations§

Source§

impl Debug for SpanWithSource

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more