fn from()

in src/errors.rs [42:44]


    fn from(err: http::Error) -> Self {
        HttpError::Generic(err)
    }