Expand description
Provides definitions used by #[derive_inspector_reflection].
Structsยง
- Function
Reflection - Reification of a function that has the signature
fn some_fn(T) -> T. Provides the name, documentation, and ability to invoke the function.