Trait rust_decimal::ToDecimal [] [src]

pub trait ToDecimal {
    fn to_decimal(&self) -> Option<Decimal>;
}

Required Methods

Converts the value of self to a Decimal.

Implementors