Trait etherparse::SerializedSize[][src]

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

Contains the size when serialized.

Associated Constants

Implementors