Function tokio::net::unix::pipe::is_pipe

source ยท
fn is_pipe(fd: BorrowedFd<'_>) -> Result<bool>
Expand description

Checks if the file descriptor is a pipe or a FIFO.