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