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