Function nix::fcntl::tee

source ·
pub fn tee<Fd1: AsFd, Fd2: AsFd>(
    fd_in: Fd1,
    fd_out: Fd2,
    len: usize,
    flags: SpliceFFlags,
) -> Result<usize>
Expand description

Duplicate pipe content

§See Also

*tee