Struct stream_cipher::LoopError
source · [−]pub struct LoopError;
Expand description
Error which notifies that stream cipher has reached the end of a keystream.
Trait Implementations
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