Function esp_idf_svc::io::utils::asynch::copy

source ·
pub async fn copy<R, W>(
    read: R,
    write: W,
    buf: &mut [u8]
) -> Result<u64, CopyError<<R as ErrorType>::Error, <W as ErrorType>::Error>>
where R: Read, W: Write,