Understanding Rust's Any Trait: Type Introspection Without Reflection
Preface
For a discussion on why Rust does not introduce runtime reflection, refer to this RFC:https://internals.rust-lang.org/t/pre-rfc-runtime-reflection/11039Here is a rough summary:
Depend...