Expand description
A crate macro that allows you inspecting the fields of structs.
See the docs on FieldsInspect
for more.
§no-std support
This crate is no-std compatible.
Structs§
- Fields
Iter - An iterator over the names and shared references to a type implementing
FieldsInspect
. - Fields
Iter Mut - An iterator over the names and mutable references to a type implementing
FieldsInspect
.
Traits§
- Fields
Inspect - A trait that allows iterating over over struct’s fields, getting their name and a mutable/shared reference to them.