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.
pub struct CharTryFromError(/* private fields */);
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.