[][src]Function hpk::copy

pub fn copy<W>(
    r: &mut FragmentedReader<&File>,
    w: &mut W
) -> Result<u64, HpkError> where
    W: Write