Struct steed::char::CharTryFromError [] [src]

pub struct CharTryFromError(_);
🔬 This is a nightly-only experimental API. (try_from)

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

Trait Implementations

impl Display for CharTryFromError
[src]

Formats the value using the given formatter.

impl PartialEq<CharTryFromError> for CharTryFromError
[src]

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

This method tests for !=.

impl Clone for CharTryFromError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CharTryFromError
[src]

Formats the value using the given formatter.

impl Eq for CharTryFromError
[src]

impl Copy for CharTryFromError
[src]

impl Error for CharTryFromError
[src]

A short description of the error. Read more

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