Struct whitespacers::WsError [] [src]

pub struct WsError {
    pub kind: WsErrorKind,
    // some fields omitted
}

The common error type returned from all whitespacers execution functions.

Fields

The kind of error that occurred.

Methods

impl WsError
[src]

Provide a nice error message using information stored in the program structure

Trait Implementations

impl Debug for WsError
[src]

Formats the value using the given formatter.

impl Display for WsError
[src]

Formats the value using the given formatter. Read more

impl Error for WsError
[src]

A short description of the error. Read more

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

impl From<Error> for WsError
[src]

Performs the conversion.