Struct c2_chacha::stream_cipher::LoopError [−][src]
pub struct LoopError;Expand description
The error type returned when stream cipher has reached the end of a keystream.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for LoopError
impl UnwindSafe for LoopError
Blanket Implementations
Mutably borrows from an owned value. Read more