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