pub trait Errors {
    type Error: Error;
}

Associated Types

Implementations on Foreign Types

Implementors