Struct libp2p::core::identity::error::SigningError [−][src]
pub struct SigningError { /* fields omitted */ }Expand description
An error during signing of a message.
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for SigningErrorimpl Send for SigningErrorimpl Sync for SigningErrorimpl Unpin for SigningErrorimpl !UnwindSafe for SigningErrorBlanket Implementations
pub fn as_fail(&self) -> &(dyn Fail + 'static)
pub fn as_fail(&self) -> &(dyn Fail + 'static)Converts a reference to Self into a dynamic trait object of Fail.
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V