pub struct CharTryFromError(/* private fields */);Expand description
The error type returned when a conversion from u32 to char fails.
This struct is created by the char::try_from<u32> method.
See its documentation for more.
Trait Implementations§
1.34.0 · Source§impl Clone for CharTryFromError
impl Clone for CharTryFromError
Source§fn clone(&self) -> CharTryFromError
fn clone(&self) -> CharTryFromError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)where
Self:,
fn clone_from(&mut self, source: &Self)where
Self:,
Performs copy-assignment from
source. Read more