ErrorBreakdown

Trait ErrorBreakdown 

Source
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§

Source

type ErrorCount

The generated error count struct.

Implementors§