pub struct ReconstructError(/* private fields */);Available on crate feature
spof only.Expand description
Error indicating that key reconstruction failed
Trait Implementations§
Source§impl Debug for ReconstructError
impl Debug for ReconstructError
Source§impl Display for ReconstructError
impl Display for ReconstructError
Source§impl Error for ReconstructError
impl Error for ReconstructError
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 ReconstructError
impl RefUnwindSafe for ReconstructError
impl Send for ReconstructError
impl Sync for ReconstructError
impl Unpin for ReconstructError
impl UnwindSafe for ReconstructError
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