Trait etherparse::SerializedSize [] [src]

pub trait SerializedSize {
    const SERIALIZED_SIZE: usize;
}

Contains the size when serialized.

Associated Constants

Implementors