Struct stream_cipher::LoopError [−][src]
pub struct LoopError;
The error type returned when stream cipher has reached the end of a keystream.
Trait Implementations
impl Clone for LoopError
[src]
impl Clone for LoopError
[src]fn clone(&self) -> LoopError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl From<OverflowError> for LoopError
[src]
impl From<OverflowError> for LoopError
[src]