Enum bytes::BufError [] [src]

pub enum BufError {
    Underflow,
    Overflow,
}

Variants

Trait Implementations

impl Copy for BufError
[src]

impl Clone for BufError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BufError
[src]

Formats the value using the given formatter.