Module exposed

Source
Expand description

Exposed namespace of the module.

Traitsยง

Collection
A trait for collections of scalars.
ConstLength
A trait implemented for entities with known length at compile-time.
VectorIter
Trait to get iterator over elements of a vector. Should be implemented even for scalars.
VectorIterMut
Trait to get iterator over elements of a vector.
VectorIterator
Trait that encapsulates an vector elements iterator with specific characteristics and implemetning CloneDyn.
VectorIteratorRef
Trait that encapsulates an vector elements iterator with specific characteristics and implemetning CloneDyn.
VectorMut
A trait for accessing a mutable reference to a fixed-size array from a collection.
VectorRef
A trait for accessing a reference to a fixed-size array from a collection.
VectorWithLength
A trait indicate that entity in case of referencing it can be interpreted as such having specified length LEN.
VectorWithLengthMut
A trait indicate that entity in case of mutable referencing it can be interpreted as such having specified length LEN.