Trait MultiSpan
trait MultiSpan
Trait implemented by types that can be converted into a set of Spans.
Required Methods
fn into_spans(self: Self) -> Vec<Span>Converts
selfinto aVec<Span>.
MultiSpantrait MultiSpan
Trait implemented by types that can be converted into a set of Spans.
fn into_spans(self: Self) -> Vec<Span>Converts self into a Vec<Span>.