Skip to main content

try_decimal_from_f64

Function try_decimal_from_f64 

Source
pub(crate) fn try_decimal_from_f64(
    value: f64,
    context: &str,
) -> Result<Decimal, String>