Struct ascii::ToAsciiCharError [] [src]

pub struct ToAsciiCharError(_);

Error returned by ToAsciiChar.

Trait Implementations

impl PartialEq for ToAsciiCharError
[src]

fn eq(&self, __arg_0: &ToAsciiCharError) -> bool

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

fn ne(&self, __arg_0: &ToAsciiCharError) -> bool

This method tests for !=.

impl Debug for ToAsciiCharError
[src]

fn fmt(&self, fmtr: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for ToAsciiCharError
[src]

fn fmt(&self, fmtr: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Error for ToAsciiCharError
[src]

fn description(&self) -> &'static str

A short description of the error. Read more

fn cause(&self) -> Option<&Error>
1.0.0

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