Expand description
Lightweight read-only runtime reflection.
See Inspect for more info.
Structs§
- Property
Info - Information about a property of an object.
Enums§
- Cast
Error - An error that can occur during “type casting”
Traits§
- Inspect
- A trait that allows you to “look inside” an object that implements it. It is used for lightweight runtime read-only reflection. The most common use case for it is various editors.
- Property
Value - A value of a property.
Derive Macros§
- Inspect
- Implements
Inspecttrait