pub enum GcmError {
ParseError(Error),
IoError(Error),
}
Expand description
An error resulting from parsing or opening a GcmFile
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GcmError
impl !RefUnwindSafe for GcmError
impl Send for GcmError
impl Sync for GcmError
impl Unpin for GcmError
impl !UnwindSafe for GcmError
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