Crate fields_iter

source ·
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

An iterator over the names and shared references to a type implementing FieldsInspect.
An iterator over the names and mutable references to a type implementing FieldsInspect.

Traits

A trait that allows iterating over over struct’s fields, getting their name and a mutable/shared reference to them.

Derive Macros