fn from()

in hfendpoints-http/src/error.rs [29:31]


    fn from(value: HttpError) -> Self {
        Error::Runtime(value.to_string().into())
    }