pub enum LowLevelError {
Jasmin(String),
Hacl(Error),
}
Variants§
Trait Implementations§
Source§impl Debug for LowLevelError
impl Debug for LowLevelError
Source§impl PartialEq for LowLevelError
impl PartialEq for LowLevelError
impl Eq for LowLevelError
impl StructuralPartialEq for LowLevelError
Auto Trait Implementations§
impl Freeze for LowLevelError
impl RefUnwindSafe for LowLevelError
impl Send for LowLevelError
impl Sync for LowLevelError
impl Unpin for LowLevelError
impl UnwindSafe for LowLevelError
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