pub enum EncError {
BufferTooSmall {
expected: usize,
provided: usize,
},
RngFailed,
}Available on crate feature
age only.Expand description
Age encode/encrypt errors.
Variants§
Trait Implementations§
impl Copy for EncError
impl Eq for EncError
impl StructuralPartialEq for EncError
Auto Trait Implementations§
impl Freeze for EncError
impl RefUnwindSafe for EncError
impl Send for EncError
impl Sync for EncError
impl Unpin for EncError
impl UnwindSafe for EncError
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