Modules§
Structs§
- Range
Set - A structure holding a collection of
u8
,u16
,u32
,u64
,u128
,usize
,i8
,i16
,i32
,i64
,i128
orisize
. - Range
SetIter - A structure to hold the iterator of a
RangeSet
instance.
Traits§
- Deserialize
- A data structure that can be deserialized from any data format supported by Serde.
- Serialize
- A data structure that can be serialized into any data format supported by Serde.