Struct std::char::CharTryFromError [] [src]

pub struct CharTryFromError(_);
Unstable (try_from #33417)

The error type returned when a conversion from u32 to char fails.

Trait Implementations

impl PartialEq<CharTryFromError> for CharTryFromError

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for CharTryFromError

Formats the value using the given formatter.

impl Clone for CharTryFromError

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CharTryFromError

impl Eq for CharTryFromError

impl Display for CharTryFromError

Formats the value using the given formatter.

impl Error for CharTryFromError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more