pub enum TnSignatureError {
InvalidSignature,
InvalidPublicKey,
InvalidScalar,
}Variants§
Trait Implementations§
Source§impl Debug for TnSignatureError
impl Debug for TnSignatureError
Source§impl Display for TnSignatureError
impl Display for TnSignatureError
Source§impl Error for TnSignatureError
impl Error for TnSignatureError
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()
Auto Trait Implementations§
impl Freeze for TnSignatureError
impl RefUnwindSafe for TnSignatureError
impl Send for TnSignatureError
impl Sync for TnSignatureError
impl Unpin for TnSignatureError
impl UnsafeUnpin for TnSignatureError
impl UnwindSafe for TnSignatureError
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