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