Expand description
This crate defines traits for handling typed-key-value-records easily.
Structs§
- Phantom
Key - A PhantomKey is zero sized type which is generic over a
TypedRecordKey
. - Typed
Record Entry - An entry for using in extension maps that implement
TypedRecord
.
Traits§
- Typed
Record - A typed record is a record of heterogenous items, where key-type points to corresponding value type as it’s associated type.
- Typed
Record Key - A trait for keys in
TypedRecord
.
Type Aliases§
- Clonable
Typed Record - A type alias for Clonable concurrent safe valued any map.