pub trait ToHoursDecimal {
// Required method
fn to_hours_dec(&self) -> Decimal;
}Expand description
Convert a TimeDelta into a Decimal based amount of hours.
Required Methods§
Sourcefn to_hours_dec(&self) -> Decimal
fn to_hours_dec(&self) -> Decimal
Return a Decimal based amount of hours.