Skip to content

Implement pagination helpers without streams #720

@coryan

Description

@coryan

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.

Metadata

Metadata

Assignees

Labels

priority: p3Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions