pub fn bytes_stream( bytes: Bytes, ) -> Pin<Box<dyn Stream<Item = Result<Bytes, StoreError>> + Send>>
Yield in-memory bytes as bounded chunks (zero-copy slices of one allocation).