Struct ispell::Error [] [src]

pub struct Error { /* fields omitted */ }

Error type returned by methods of this library

Methods

impl Error
[src]

Creates a new default error

Create a new process error

(for errors launching Ispell)

Create a new UTF8 error

(for errors converting to UTF8)

Creates a new protocol error

(when we didn't understand ispell output)

Creates a new invalid word error

(when the user uses illegal characters in a word)

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl PartialEq for Error
[src]

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

This method tests for !=.

impl Error for Error
[src]

A short description of the error. Read more

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

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl From<FromUtf8Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.