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
Performs the conversion.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more