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 self into a Vec<Span>.

Implementors