Function nix::unistd::isatty

source ยท
pub fn isatty(fd: RawFd) -> Result<bool>
Expand description

Determines if the file descriptor refers to a valid terminal type device.