Skip to main content

ErrorType

Trait ErrorType 

Source
pub trait ErrorType {
    type Error: Debug;
}
Expand description

Error type trait.

This just defines the error type, to be used by the other traits.

Required Associated Types§

Source

type Error: Debug

Error type

Implementors§