pub enum DerSignatureError {
InvalidDer(Error),
}Expand description
Failure re-encoding a DER ECDSA signature to raw r || s.
Variants§
Trait Implementations§
Source§impl Debug for DerSignatureError
impl Debug for DerSignatureError
Source§impl Display for DerSignatureError
impl Display for DerSignatureError
Source§impl Error for DerSignatureError
impl Error for DerSignatureError
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()
Auto Trait Implementations§
impl !RefUnwindSafe for DerSignatureError
impl !UnwindSafe for DerSignatureError
impl Freeze for DerSignatureError
impl Send for DerSignatureError
impl Sync for DerSignatureError
impl Unpin for DerSignatureError
impl UnsafeUnpin for DerSignatureError
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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