[][src]Function s3::utils::read_chunk

pub async fn read_chunk<R: AsyncRead + Unpin, '_>(
    reader: &'_ mut R
) -> Result<Vec<u8>>