Expand description
Support for flexibility over owned or borrowed collections.
Enums§
- Cow
- Representation of either an owned or borrowed instance of a type.
Traits§
- ToOwned
In - Support conversion from borrowed types to owned ones associated with an allocator.
Type Aliases§
- Owned
- The owned type for a collection which may be owned or borrowed.