pub trait DictionaryKey: NativeType + NumCast + FromPrimitive {
const KEY_TYPE: IntegerType;
}
Expand description
Trait denoting NativeType
s that can be used as keys of a dictionary.
Associated Constants
const KEY_TYPE: IntegerType
const KEY_TYPE: IntegerType
The corresponding IntegerType
of this key