Module inspect

Module inspect 

Source
Expand description

Lightweight read-only runtime reflection.

See Inspect for more info.

Structs§

PropertyInfo
Information about a property of an object.

Enums§

CastError
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.
PropertyValue
A value of a property.

Derive Macros§

Inspect
Implements Inspect trait