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§
Sourcetype ErrorCount
type ErrorCount
The generated error count struct.