Skip to main content

Module number

Module number 

Source

Modulesยง

private ๐Ÿ”’

Macrosยง

float_ty ๐Ÿ”’
number_from_impl ๐Ÿ”’

Structsยง

F32
A wrapper for f32, which implements Eq, Hash and Ord using f32::total_cmp for a total order comparison
F64
A wrapper for f64, which implements Eq, Hash and Ord using f64::total_cmp for a total order comparison
NumberDeserializer ๐Ÿ”’
NumberSerializer
A serializer that only accepts numeric values, returning a Number. Used by [crate::ser::RangeCompound] to detect whether range bounds are numeric.

Enumsยง

Number
A wrapper for any numeric primitive type in Rust.