[][src]Trait fixed_unsigned::FixedScale

pub trait FixedScale {
    const SCALE: u64;
}

Trait for a fixed scale. It only has one associated constant that must be implemented: SCALE, which defines the place of the decimal point.

Associated Constants

const SCALE: u64

Loading content...

Implementors

impl FixedScale for FixedScale10[src]

impl FixedScale for FixedScale16[src]

impl FixedScale for FixedScale26[src]

impl FixedScale for FixedScale4[src]

impl FixedScale for FixedScale8[src]

Loading content...