Struct widestring::FromUtf32Error[][src]

pub struct FromUtf32Error();

A possible error value when converting a String from a UTF-32 byte slice.

This type is the error type for the to_string method on U32Str.

Trait Implementations

impl Debug for FromUtf32Error
[src]

Formats the value using the given formatter. Read more

impl Clone for FromUtf32Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FromUtf32Error
[src]

impl PartialEq for FromUtf32Error
[src]

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

This method tests for !=.

impl Eq for FromUtf32Error
[src]

impl Display for FromUtf32Error
[src]

Formats the value using the given formatter. Read more

impl Error for FromUtf32Error
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations