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