Expand description
Traits for iterating over the fields of structs.
Structs§
- Iterator over the fields of a struct.
Traits§
- Helper trait to convert from
selftodyn Iterable. - Trait for iterating over the fields of a struct.
Derive Macros§
- Derives
Iterablefor a struct.