Module key

Module key 

Source
Expand description

Defines instance Keys that are needed to access WITH_KEY topics.

Structs§

BuiltInTopicKey
Key type to identify data instances in builtin topics
KeyHash

Enums§

CdrEncodingMaxSize
This type is used to count maximum size of a Key when serialized according to CDR but without field alignment. The purpose is to find out if the (key) type always fits into 16 bytes or not.

Traits§

CdrEncodingSize
Trait used to statically gauge the size of serialized instance keys.
Key
Trait for instance lookup key in a WITH_KEY topic.
Keyed
Data sample must implement Keyed to be used in a WITH_KEY topic.

Derive Macros§

CdrEncodingSize
Derive macro for implementing CdrEncodingSize trait.