Crate typed_record

Source
Expand description

This crate defines traits for handling typed-key-value-records easily.

Structs§

PhantomKey
A PhantomKey is zero sized type which is generic over a TypedRecordKey.
TypedRecordEntry
An entry for using in extension maps that implement TypedRecord.

Traits§

TypedRecord
A typed record is a record of heterogenous items, where key-type points to corresponding value type as it’s associated type.
TypedRecordKey
A trait for keys in TypedRecord.

Type Aliases§

ClonableTypedRecord
A type alias for Clonable concurrent safe valued any map.