[Feature] Use impl Future
in return position in PubSubConnect
#200
Labels
enhancement
New feature or request
impl Future
in return position in PubSubConnect
#200
Component
providers, pubsub
Describe the feature you would like
This trait does not need to be object-safe, and it is not currently, so there is no point in boxing the futures if we can make use of
1.75
's features.Trait implementations should also be updated to use "async fn".
Additional context
No response
The text was updated successfully, but these errors were encountered: