Module common

Source
Expand description

Common traits and types that are re-used throughout the module.

Re-exports§

pub use index::Index;
pub use index::IndexMut;
pub use index::IndexAs;

Modules§

index
Traits for accessing elements by usize indexes.

Structs§

IterOwn
Slice
A struct representing a slice of a range of values.

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.
FromBytes
A type that can be reconstituted from byte slices with lifetime 'a.
HeapSize
Len
A type with a length.
Push
A type that can accept items of type T.