Function copy_async

Source
pub async fn copy_async<I, O>(
    input: &mut I,
    output: &mut O,
    map: &Bmap,
) -> Result<(), CopyError>