[][src]Trait ufix::Digits

pub trait Digits: Integer { }

The marker trait for mantissa digits type parameter

A signed number from P1 and up to P64 (or P128 when i128 feature is enabled) can be used as mantissa width in digits.

Implementations on Foreign Types

impl<U: Unsigned + NonZero> Digits for PInt<U>[src]

Loading content...

Implementors

Loading content...