pub trait GenericMapKey: Clone + Genericwhere
Self::Repr: GMapKey,{ }
Expand description
基于 Generic
自动实现
若某类型实现了 Generic
和 GenericMapKey
,将会自动实现 MapKey
。
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.