pub enum HkdfError {
InvalidArguments,
}Variants§
InvalidArguments
Trait Implementations§
Source§impl Error for HkdfError
impl Error for HkdfError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl<ID, OP, PKI, DGM, KMG> From<HkdfError> for DcgkaError<ID, OP, PKI, DGM, KMG>where
PKI: IdentityRegistry<ID, PKI::State> + PreKeyRegistry<ID, OneTimeKeyBundle>,
DGM: AckedGroupMembership<ID, OP>,
KMG: PreKeyManager,
Available on crate features message_scheme only.
impl<ID, OP, PKI, DGM, KMG> From<HkdfError> for DcgkaError<ID, OP, PKI, DGM, KMG>where
PKI: IdentityRegistry<ID, PKI::State> + PreKeyRegistry<ID, OneTimeKeyBundle>,
DGM: AckedGroupMembership<ID, OP>,
KMG: PreKeyManager,
Available on crate features
message_scheme only.Source§impl From<HkdfError> for RatchetError
Available on crate features message_scheme only.
impl From<HkdfError> for RatchetError
Available on crate features
message_scheme only.Auto Trait Implementations§
impl Freeze for HkdfError
impl RefUnwindSafe for HkdfError
impl Send for HkdfError
impl Sync for HkdfError
impl Unpin for HkdfError
impl UnsafeUnpin for HkdfError
impl UnwindSafe for HkdfError
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