Enum term_cursor::Error [] [src]

pub enum Error {
    IoError(Error),
    GetCursorPosParseError,
}

The central error type.

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

[src]

Performs the conversion.