CounterError

Type Alias CounterError 

Source
pub type CounterError = Error<CounterErrorKind>;
Expand description

Error type for counter operations.

Aliased Typeยง

pub struct CounterError { /* private fields */ }