pub trait Keyed: Collection { type Key; }
Abstract keyed collection.
Type of the keys indexing each item of the collection.