Skip to main content

Module collection

Module collection 

Source
Expand description

Collections of items.

Modules§

arc
array
box
flatten
A collection that flattens an inner collection.
owned
rc
slice
vec
view

Structs§

AllocError
Error returned when storage for a collection cannot be reserved.

Traits§

ChildRef
Immutable access to a physical child collection.
Collection
A collection of items.
CollectionAlloc
An allocatable collection of items using its default allocator.
CollectionAllocIn
An allocatable collection of items using a caller-provided allocator.
CollectionRealloc
A re-allocatable collection of items.