copy_validated

Function copy_validated 

Source
pub fn copy_validated<R: Read, W: Write>(
    _reader: &mut R,
    _writer: &mut W,
) -> Result<u64>
Expand description

Copies data from a reader to a writer with validation.

ยงErrors

Returns an error if I/O operations fail.