Enum luminance::buffer::BufferError [] [src]

pub enum BufferError {
    Overflow,
    TooFewValues,
    TooManyValues,
}

Buffer errors.

Variants

OverflowTooFewValuesTooManyValues

Trait Implementations

impl Debug for BufferError
[src]

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

Formats the value using the given formatter.