Struct ariadne::ReportBuilder[][src]

pub struct ReportBuilder<S: Span> { /* fields omitted */ }
Expand description

A type used to build a Report.

Implementations

Give this report a numerical code that may be used to more precisely look up the error in documentation.

Give this report a message.

Give the diagnostic a final note.

Add a new label to the diagnostic.

Use the given Config to determine diagnostic attributes.

Finish building the Report.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.