pub type Source = DiagnosticSource;Aliased Type§
pub struct Source {
pub name: Option<String>,
pub url: Option<String>,
}Fields§
§name: Option<String>A human-readable string describing the source of diagnostics, e.g. ‘typescript’ or ‘super lint’.
url: Option<String>URL to this source. Optional.