pub trait AsError { type Target: ErrorDiagnostic; // Required method fn as_diag(&self) -> &Self::Target; }