Struct ascii::ToAsciiCharError [] [src]

pub struct ToAsciiCharError(_);

Error returned by ToAsciiChar.

Trait Implementations

impl PartialEq for ToAsciiCharError
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for ToAsciiCharError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for ToAsciiCharError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ToAsciiCharError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

Auto Trait Implementations