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