pub struct LoopError;
Expand description
The error type returned when stream cipher has reached the end of a keystream.
Trait Implementations
sourceimpl From<OverflowError> for LoopError
impl From<OverflowError> for LoopError
sourcefn from(_: OverflowError) -> LoopError
fn from(_: OverflowError) -> LoopError
Converts to this type from the input type.
impl Copy for LoopError
Auto Trait Implementations
impl RefUnwindSafe for LoopError
impl Send for LoopError
impl Sync for LoopError
impl Unpin for LoopError
impl UnwindSafe for LoopError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more