Enum lib_gistit::errors::encryption::EncryptionError [−][src]
pub enum EncryptionError {
SecretLength,
Cipher(Error),
Encoding(DecodeError),
}
Variants
SecretLength
Cipher(Error)
Tuple Fields
0: Error
Errors related to ciphering. Output from ‘rust-crypto’ crate symmetric cipher ops
Encoding(DecodeError)
Tuple Fields
0: DecodeError
Base64 de/encode errors
Trait Implementations
Performs the conversion.
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
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more