pub struct LoopError;
Expand description
The error type returned when stream cipher has reached the end of a keystream.
Trait Implementations§
source§impl From<OverflowError> for LoopError
impl From<OverflowError> for LoopError
source§fn from(_: OverflowError) -> LoopError
fn from(_: OverflowError) -> LoopError
Converts to this type from the input type.