pub trait CdrEncodingSize {
    fn cdr_encoding_max_size() -> CdrEncodingMaxSize;
}

Required methods

Implementations on Foreign Types

Implementors