Enum crypto::buffer::BufferResult [] [src]

pub enum BufferResult {
    BufferUnderflow,
    BufferOverflow,
}

Variants

Trait Implementations

impl Clone for BufferResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BufferResult
[src]