Function rustix::io::isatty

pub fn isatty<Fd: AsFd>(fd: &Fd) -> bool
Documentation

isatty(fd)—Tests whether a file descriptor refers to a terminal.

References