Trait proc_macro::MultiSpan
source · [−]pub trait MultiSpan {
fn into_spans(self) -> Vec<Span>;
}
Expand description
Trait implemented by types that can be converted into a set of Span
s.
pub trait MultiSpan {
fn into_spans(self) -> Vec<Span>;
}
Trait implemented by types that can be converted into a set of Span
s.