pub trait Span<O> {
    fn span(&self, idx: SpanRange) -> O;
}
Expand description

An input that can provide a span of a range of the input.

Required Methods§

Implementors§