Function rustix::io::isatty

source · []
pub fn isatty<Fd: AsFd>(fd: Fd) -> bool
Expand description

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

References