Module inspector_reflection

Module inspector_reflection 

Source
Expand description

Provides definitions used by #[derive_inspector_reflection].

Structsยง

FunctionReflection
Reification of a function that has the signature fn some_fn(T) -> T. Provides the name, documentation, and ability to invoke the function.