[−][src]Trait proc_macro::MultiSpan
Trait implemented by types that can be converted into a set of Spans.
Trait implemented by types that can be converted into a set of Spans.
impl MultiSpan for Vec<Span>[src]pub fn into_spans(self) -> Vec<Span>[src]impl<'a> MultiSpan for &'a [Span][src]pub fn into_spans(self) -> Vec<Span>[src]