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.
impl Copy for LoopError
Auto Trait Implementations§
impl Freeze for LoopError
impl RefUnwindSafe for LoopError
impl Send for LoopError
impl Sync for LoopError
impl Unpin for LoopError
impl UnwindSafe for LoopError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more