HasCounterSpan

Trait HasCounterSpan 

Source
pub trait HasCounterSpan: HasCounter + HasLength {
    // Provided methods
    fn ctr_end(&self) -> Counter { ... }
    fn ctr_last(&self) -> Counter { ... }
    fn ctr_span(&self) -> CounterSpan { ... }
}

Provided Methods§

Source

fn ctr_end(&self) -> Counter

end is the exclusive end, last the inclusive end.

Source

fn ctr_last(&self) -> Counter

end is the exclusive end, last the inclusive end.

Source

fn ctr_span(&self) -> CounterSpan

Implementors§