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