1 2 3 4
/// Inspect the static error codes from an error enum. pub trait InspectErrorCode { fn error_code(&self) -> &'static str; }