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