fn from()

in src/errors.rs [30:32]


    fn from(err: hyper::Error) -> Self {
        HttpError::Hyper(err)
    }