Struct aleph_bft::SignatureError [−][src]
Expand description
Error type returned when a verification of a signature fails.
Trait Implementations
Auto Trait Implementations
impl<T, S> RefUnwindSafe for SignatureError<T, S> where
S: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, S> Send for SignatureError<T, S> where
T: Send,
impl<T, S> Sync for SignatureError<T, S> where
T: Sync,
impl<T, S> Unpin for SignatureError<T, S> where
S: Unpin,
T: Unpin,
impl<T, S> UnwindSafe for SignatureError<T, S> where
S: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more