Enum bytes::BufError [] [src]

pub enum BufError {
    Underflow,
    Overflow,
}

Variants

Underflow
Overflow

Trait Implementations

Derived Implementations

impl Debug for BufError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for BufError

fn clone(&self) -> BufError

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for BufError