Function hpk::copy

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