pub trait ErrorBreakdown<C: Counter> {
    type ErrorCount;
}
Expand description

Trait applied to error enums by #[metered::error_count] to identify generated error count structs.

Required Associated Types

The generated error count struct.

Implementors