pub trait SerializedSize {
    const SERIALIZED_SIZE: usize;
}
Expand description

Contains the size when serialized.

Required Associated Constants§

Implementors§