Expand description
Exposed namespace of the module.
Traitsยง
- Collection
- A trait for collections of scalars.
- Const
Length - A trait implemented for entities with known length at compile-time.
- Vector
Iter - Trait to get iterator over elements of a vector. Should be implemented even for scalars.
- Vector
Iter Mut - Trait to get iterator over elements of a vector.
- Vector
Iterator - Trait that encapsulates an vector elements iterator with specific characteristics and implemetning
CloneDyn. - Vector
Iterator Ref - Trait that encapsulates an vector elements iterator with specific characteristics and implemetning
CloneDyn. - Vector
Mut - A trait for accessing a mutable reference to a fixed-size array from a collection.
- Vector
Ref - A trait for accessing a reference to a fixed-size array from a collection.
- Vector
With Length - A trait indicate that entity in case of referencing it can be interpreted as such having specified length
LEN. - Vector
With Length Mut - A trait indicate that entity in case of mutable referencing it can be interpreted as such having specified length
LEN.