Function read_chunk_async

Source
pub async fn read_chunk_async<R: AsyncRead + Unpin>(
    reader: &mut R,
) -> Result<Vec<u8>, S3Error>