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

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

Actual size of the packet.

Required methods

pub fn size(&self) -> usize[src]

Get the actual size.

Loading content...

Implementors

impl<T: Size + Size> Size for T[src]

Loading content...