[][src]Module coreutils_core::os::tty

Module for TTY abstractions.

Structs

TTYName

A struct that holds the name of a TTY with a Display trait implementation to be easy to print.

Enums

Error

Possible errors while trying to get a TTY name

Traits

IsTTY

Convenience trait to use is_tty function as method

Functions

is_tty

Check if the given file_descriptor is a TTY.