Enum chacha::Error [] [src]

pub enum Error {
    EndReached,
}

An error when generating a keystream

Variants

Trait Implementations

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Error
[src]

impl PartialEq<Error> for Error
[src]

impl Debug for Error
[src]

impl Copy for Error
[src]