Enum arbitrary::BufferError[][src]

pub enum BufferError {
    EmptyInput,
}

An enumeration of buffer creation errors

Variants

The input buffer is empty, causing construction of some buffer types to fail

Trait Implementations

impl Debug for BufferError
[src]

Formats the value using the given formatter. Read more

impl Clone for BufferError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BufferError
[src]

Auto Trait Implementations

impl Send for BufferError

impl Sync for BufferError