[][src]Function nix::fcntl::tee

pub fn tee(
    fd_in: RawFd,
    fd_out: RawFd,
    len: usize,
    flags: SpliceFFlags
) -> Result<usize>