Trait ligen::proc_macro::MultiSpan[][src]

pub trait MultiSpan {
    fn into_spans(self) -> Vec<Span, Global>

Notable traits for Vec<u8, A>

impl<A> Write for Vec<u8, A> where
    A: Allocator
; }
🔬 This is a nightly-only experimental API. (proc_macro_diagnostic)
Expand description

Trait implemented by types that can be converted into a set of Spans.

Required methods

🔬 This is a nightly-only experimental API. (proc_macro_diagnostic)

Converts self into a Vec<Span>.

Implementations on Foreign Types

🔬 This is a nightly-only experimental API. (proc_macro_diagnostic)
🔬 This is a nightly-only experimental API. (proc_macro_diagnostic)

Implementors