Expand description
Containers for data that resemble Vec<T>
, with leaner implementations.
Structs§
- Greetings
- Welcome to GATs!
- Slice
Container - A container that accepts slices
[B::Item]
. - Slice
Container2 - A container that accepts slices
[B::Item]
.
Traits§
- Batch
Container - A general-purpose container resembling
Vec<T>
.