Module tty_interface::result[][src]

Provides common result and error types for TTY Interface.

Enums

TTYError

A specialized error type encompassing tty-interface and std::io::Error errors.

Type Definitions

Result

A specialized result type encompassing errors from the tty-interface crate and std::io.