Enum nucypher_core::EncryptionError
source · pub enum EncryptionError {
PlaintextTooLarge,
}Expand description
Errors during encryption.
Variants§
PlaintextTooLarge
Given plaintext is too large for the backend to handle.
Trait Implementations§
source§impl Debug for EncryptionError
impl Debug for EncryptionError
Auto Trait Implementations§
impl RefUnwindSafe for EncryptionError
impl Send for EncryptionError
impl Sync for EncryptionError
impl Unpin for EncryptionError
impl UnwindSafe for EncryptionError
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