Structs§
- Into
Iter - An iterator that moves out of a
OneOrMany. Thisstructis created by theinto_itermethod onOneOrMany(provided by theIntoIteratortrait). - Iter
- Immutable iterator over a
OneOrMany. Thisstructis created byOneOrMany::iter.
Enums§
- OneOr
Many - Represents either a single value, or multiple values of T. Useful for differentiating between an array of length 1 and a single value.