Async Paginator<T>
does not seem to be Send
#345
powpingdone
started this conversation in
General
Replies: 1 comment
-
Lack of knowledge on my part caused this. Sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Functions that return
Paginator<T>
do not implementSend
, preventing it from being used in stuff liketokio::spawn()
Sample code
Attached Compiler Error
Beta Was this translation helpful? Give feedback.
All reactions