Available on crate feature
async
only.Expand description
Structs§
- Byte
Chunker - The
stream::ByteChunker
is theasync
analog to the baseByteChunker
type. It wraps anAsyncRead
er and implements theStream
trait. - Custom
Chunker - The async analog to the base crate’s
CustomChunker
. It takes anAdapter
and yields chunks based on theAdapter
’s transformation.