Skip to main content

DecimalExt

Trait DecimalExt 

Source
pub trait DecimalExt {
    // Required method
    fn is_integer(&self) -> bool;
}
Expand description

Decimal extension trait

Required Methods§

Source

fn is_integer(&self) -> bool

Implementors§