Struct aleph_bft::SignatureError [−][src]
pub struct SignatureError<T: Signable, S> { /* fields omitted */ }
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
S: Send,
T: Send, impl<T, S> Sync for SignatureError<T, S> where
S: Sync,
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
pub fn vzip(self) -> V