[][src]Trait packet::size::Max

pub trait Max {
    pub fn max() -> usize;
}

Maximum size of a packet.

Required methods

pub fn max() -> usize[src]

Get the maximum size.

Loading content...

Implementors

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

Loading content...