Enum ascii_utils::AsciiError [] [src]

pub enum AsciiError {
    ControlChar(usize),
    NonAscii(char),
}

Variants

Trait Implementations

impl Debug for AsciiError
[src]

Formats the value using the given formatter.

impl PartialEq for AsciiError
[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 AsciiError
[src]

impl Error for AsciiError
[src]

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

A short description of the error. Read more

impl Display for AsciiError
[src]

Formats the value using the given formatter. Read more