pub trait Keyed { type Key; // Required method fn key(&self) -> &Self::Key; }
Type identifier by a key.
This is implemented by Item and internal::Branch.
Item
internal::Branch