Trait aurum_numeric::WrappingDec [] [src]

pub trait WrappingDec: Sized {
    fn wrapping_dec(self) -> Self;
}

Wrapping variant of Dec.

Required Methods

Implementors