pub trait ErrorExtWrapFrom<E>: Sized {
    fn wrap_from(_code: u32, _error: E) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors