Expand description
Common traits and types that are re-used throughout the module.
Re-exports§
Modules§
- index
- Traits for accessing elements by
usize
indexes.
Structs§
Traits§
- AsBytes
- A type that can be viewed as byte slices with lifetime
'a
. - Clear
- A type that can remove its contents and return to an empty state.
- From
Bytes - A type that can be reconstituted from byte slices with lifetime
'a
. - Heap
Size - Len
- A type with a length.
- Push
- A type that can accept items of type
T
. - Push
Index As - A composite trait which captures the ability
Push<&T>
andIndex<Ref = T>
.