Add BoxCloneSyncService
#770
Labels
A-util
Area: The tower "util" module
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
Currently
BoxCloneService
does not implementSync
even though the inner Service implementsSync
. This can be solved by adding aSync
bound to the inner service bounds.Other projects such as axum also have this just internally. Might be worth adding it upstream.
I would be willing to submit a PR for this.
The text was updated successfully, but these errors were encountered: