Uncountable

Trait Uncountable 

Source
pub trait Uncountable: Count { }
Expand description

A number that is uncountable.

This trait is mutually exclusive with Countable.

Implementations on Foreign Types§

Source§

impl Uncountable for f32

Source§

impl Uncountable for f64

Source§

impl Uncountable for bf16

Source§

impl Uncountable for f16

Source§

impl Uncountable for TwoFloat

Implementors§

Source§

impl Uncountable for DecFloat32

Available on crate feature decstr only.
Source§

impl Uncountable for DecFloat64

Available on crate feature decstr only.
Source§

impl Uncountable for DecFloat128

Available on crate feature decstr only.
Source§

impl Uncountable for NoNumber