Modules§
Enums§
Traits§
- Array
Like - ArrayLike describes the basic behaviors of an array-like structure
- AsBytes
- AsMut
Bytes - Base
Error - Include
- Include describes the basic behaviors of a structure which can include a new element Include is designed to be an alternative to ArrayLike::push for structures which may or may not have a natural ordering
- Insert
- Insert describes the basic behaviors of a structure insert a new element given an index or key
- Iterable
- Iterable describes the basic behaviors of an iterable structure
- TryInclude
- TryInsert