fn from()

in src/errors.rs [36:38]


    fn from(_: http::uri::InvalidUri) -> Self {
        HttpError::Uri
    }