Function rsix::io::isatty[][src]

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

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

References