Trait packet::size::Size [] [src]

pub trait Size {
    fn size(&self) -> usize;
}

Actual size of the packet.

Required Methods

Get the actual size.

Implementors