pub struct EncodingProofError { /* private fields */ }
Expand description
Error for EncodingProof
.
Trait Implementations§
Source§impl Debug for EncodingProofError
impl Debug for EncodingProofError
Source§impl Display for EncodingProofError
impl Display for EncodingProofError
Source§impl Error for EncodingProofError
impl Error for EncodingProofError
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§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<EncodingProofError> for TranscriptProofError
impl From<EncodingProofError> for TranscriptProofError
Source§fn from(e: EncodingProofError) -> Self
fn from(e: EncodingProofError) -> Self
Converts to this type from the input type.
Source§impl From<HashProviderError> for EncodingProofError
impl From<HashProviderError> for EncodingProofError
Source§fn from(error: HashProviderError) -> Self
fn from(error: HashProviderError) -> Self
Converts to this type from the input type.
Source§impl From<MerkleError> for EncodingProofError
impl From<MerkleError> for EncodingProofError
Source§fn from(error: MerkleError) -> Self
fn from(error: MerkleError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EncodingProofError
impl !RefUnwindSafe for EncodingProofError
impl Send for EncodingProofError
impl Sync for EncodingProofError
impl Unpin for EncodingProofError
impl !UnwindSafe for EncodingProofError
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more