Trait rustdds::CdrEncodingSize
source · pub trait CdrEncodingSize {
// Required method
fn cdr_encoding_max_size() -> CdrEncodingMaxSize;
}Expand description
Helper trait to compute the CDR-serialized size of data Trait used to statically gauge the size of serialized instance keys.
This is necessary to transmit instance keys. (RTPS spec v2.5, Section “9.6.4.8 KeyHash”, Step 5.2)
Required Methods§
Object Safety§
This trait is not object safe.