Available on crate feature
async only.Expand description
Structs§
- Byte
Chunker - The
stream::ByteChunkeris theasyncanalog to the baseByteChunkertype. It wraps anAsyncReader and implements theStreamtrait. - Custom
Chunker - The async analog to the base crate’s
CustomChunker. It takes anAdapterand yields chunks based on theAdapter’s transformation.