Module differential_dataflow::trace::implementations::containers
source · Expand description
Containers for data that resemble Vec<T>
, with leaner implementations.
Structs§
- A container that accepts slices
[B::Item]
.
Traits§
- A general-purpose container resembling
Vec<T>
.