pub type RelatedInformation = DiagnosticRelatedInformation;Aliased Type§
pub struct RelatedInformation {
pub location: Location,
pub message: String,
}Fields§
§location: LocationThe location of this related diagnostic information.
message: StringThe message of this related diagnostic information.