crcnt_ddd 0.2.13

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