Struct edgedb_protocol::errors::InvalidArrayShape [−][src]
pub struct InvalidArrayShape;
Expand description
SNAFU context selector for the DecodeError::InvalidArrayShape
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 InvalidArrayShape
impl Send for InvalidArrayShape
impl Sync for InvalidArrayShape
impl Unpin for InvalidArrayShape
impl UnwindSafe for InvalidArrayShape
Blanket Implementations
Mutably borrows from an owned value. Read more