Struct calypso_diagnostic::diagnostic::Diagnostic
source · pub struct Diagnostic(CodespanDiag<usize>);
Expand description
A diagnostic.
Tuple Fields§
§0: CodespanDiag<usize>
Implementations§
source§impl Diagnostic
impl Diagnostic
Trait Implementations§
source§impl Debug for Diagnostic
impl Debug for Diagnostic
source§impl From<Diagnostic> for EnsembleDiagnostic
impl From<Diagnostic> for EnsembleDiagnostic
source§fn from(diag: Diagnostic) -> Self
fn from(diag: Diagnostic) -> Self
Converts to this type from the input type.