Type Definition tty_interface::result::Result[][src]

type Result<T> = Result<T, TTYError>;

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