Trait proc_macro_kwargs::parse::MacroDictKey

source ·
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.

Object Safety§

This trait is not object safe.

Implementors§