Struct edgedb_protocol::errors::ObjectSizeMismatch [−][src]
pub struct ObjectSizeMismatch;
Expand description
SNAFU context selector for the DecodeError::ObjectSizeMismatch
variant
Implementations
Consume the selector and return the associated error
Consume the selector and return a Result
with the associated error
Trait Implementations
Combine the information to produce the error
Auto Trait Implementations
impl RefUnwindSafe for ObjectSizeMismatch
impl Send for ObjectSizeMismatch
impl Sync for ObjectSizeMismatch
impl Unpin for ObjectSizeMismatch
impl UnwindSafe for ObjectSizeMismatch
Blanket Implementations
Mutably borrows from an owned value. Read more