Struct rustc_ap_rustc_span::SpanLabel [−][src]
Expand description
A span together with some additional data.
Fields
span: SpanThe span we are going to include in the final snippet.
is_primary: boolIs this a primary span? This is the “locus” of the message,
and is indicated with a ^^^^ underline, versus ----.
label: Option<String>What label should we attach to this span (if any)?
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SpanLabelimpl UnwindSafe for SpanLabelBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V