pub trait MacroDictKey:
MacroArg
+ Eq
+ Hash
+ Spanned { }
Expand description
The key in a NestedDict
This is supposed to be a trait alias, but those are not yet stable.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.