RelatedInformation

Type Alias RelatedInformation 

Source
pub type RelatedInformation = DiagnosticRelatedInformation;

Aliased Type§

pub struct RelatedInformation {
    pub location: Location,
    pub message: String,
}

Fields§

§location: Location

The location of this related diagnostic information.

§message: String

The message of this related diagnostic information.