Struct ascii::ToAsciiCharError
[−]
[src]
pub struct ToAsciiCharError(_);
Error returned by ToAsciiChar.
Methods
impl ToAsciiCharError[src]
fn description(&self) -> &'static str
Returns a description for this error, like std::error::Error::description.
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 !=.