Struct wasmtime_environ::__core::char::CharTryFromError 1.34.0[−][src]
pub struct CharTryFromError(_);
Expand description
The error type returned when a conversion from u32 to char fails.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CharTryFromError
impl Send for CharTryFromError
impl Sync for CharTryFromError
impl Unpin for CharTryFromError
impl UnwindSafe for CharTryFromError
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.