Implement pagination helpers without streams #720
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
As shows by the LRO changes, we can unconditionally implement a stream-like struct without having to implement the
future::Stream
trait, and then implement the stream trait conditionally.That seems more friendly: the easy to use API is always available, and if you want streams (with all the
StreamExt
goodies) you can turn that on.The text was updated successfully, but these errors were encountered: