pub enum PqxError {
KyberError,
InvalidInput,
}Expand description
PqxError gathers every error that can happen on this crate. There are opaque by design and distinguishs bad input or error in generation.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PqxError
impl RefUnwindSafe for PqxError
impl Send for PqxError
impl Sync for PqxError
impl Unpin for PqxError
impl UnwindSafe for PqxError
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