pub trait ErrorType {
    type Error: Debug;
}

Required Associated Types§

Implementations on Foreign Types§

Implementors§