Enum snarkvm_wasm::SerializationError
source · pub enum SerializationError {
AnyhowError(Error),
BincodeError(Box<ErrorKind, Global>),
InvalidData,
IoError(Error),
NotEnoughSpace,
UnexpectedFlags,
}
Variants
AnyhowError(Error)
BincodeError(Box<ErrorKind, Global>)
During serialization with bincode, we encountered a serialization issue
InvalidData
During serialization, the data was invalid.
IoError(Error)
During serialization, we countered an I/O error.
NotEnoughSpace
During serialization, we didn’t have enough space to write extra info.
UnexpectedFlags
During serialization, non-empty flags were given where none were expected.
Trait Implementations
sourceimpl Debug for SerializationError
impl Debug for SerializationError
sourceimpl Display for SerializationError
impl Display for SerializationError
sourceimpl Error for SerializationError
impl Error for SerializationError
sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl From<Error> for SerializationError
impl From<Error> for SerializationError
sourcefn from(source: Error) -> SerializationError
fn from(source: Error) -> SerializationError
Converts to this type from the input type.
sourceimpl From<Error> for SerializationError
impl From<Error> for SerializationError
sourcefn from(source: Error) -> SerializationError
fn from(source: Error) -> SerializationError
Converts to this type from the input type.
sourceimpl From<SerializationError> for Error
impl From<SerializationError> for Error
sourcefn from(error: SerializationError) -> Error
fn from(error: SerializationError) -> Error
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for SerializationError
impl Send for SerializationError
impl Sync for SerializationError
impl Unpin for SerializationError
impl !UnwindSafe for SerializationError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;
sourcefn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
fn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;
impl<T> Pointable for T
impl<T> Pointable for T
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;
where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;
where
S: Into<Dispatch>,
T: Future, type Output = <T as Future>::Output;
sourcefn with_current_subscriber(self) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;
fn with_current_subscriber(self) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;