[][src]Function palaver::file::copy_sendfile

pub fn copy_sendfile<O: AsRawFd, I: AsRawFd>(
    in_: &I,
    out: &O,
    len: u64
) -> Result<()>

Loops sendfile till len elapsed or error