Traits§
- Accessor
- Trait used to unify the different accessors (Fast, Safe)
- Accessor
Mut - Trait used to unify the different accessors’s mutable variants (Fast, Safe)
- Iterate
Accessor - Trait used to add the
iter
method to structs implementingAccessor
- Iterate
Accessor Mut - Trait used to add the
iter_mut
method to structs implementingAccessorMut