pub trait Uncountable: Count { }Expand description
A number that is uncountable.
This trait is mutually exclusive with Countable.
Implementations on Foreign Types§
impl Uncountable for f32
impl Uncountable for f64
impl Uncountable for bf16
impl Uncountable for f16
impl Uncountable for TwoFloat
Implementors§
impl Uncountable for DecFloat32
Available on crate feature
decstr only.impl Uncountable for DecFloat64
Available on crate feature
decstr only.impl Uncountable for DecFloat128
Available on crate feature
decstr only.