Enum quoted_string::error::Error []

pub enum Error {
    UnquotableCharacter(char),
    NonUsAsciiInput,
}

Error returned by the quoting algorithm

Variants

Input contained a character which could not be quoted

Input contained non us-ascii character, but was required to be us-ascii only

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl Display for Error

Formats the value using the given formatter. Read more

impl Error for Error

A short description of the error. Read more

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