fn from()

in hfendpoints-http/src/error.rs [36:38]


    fn from(value: ParseFloatError) -> Self {
        Self::Validation(value.to_string())
    }