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