Expose the types (Key, Unit, Value, Entry) to the outside. For convenience.
Key
Unit
Value
Entry
pub use super::Entry;
pub use super::Key;
pub use super::Unit;
pub use super::Units;
pub use super::Value;