pub trait ErrorType {
type Error: Debug;
}Expand description
Error type trait.
This just defines the error type, to be used by the other traits.
pub trait ErrorType {
type Error: Debug;
}Error type trait.
This just defines the error type, to be used by the other traits.