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