You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make service builder handler setters more flexible (#2442)
* Add generic parameter to the handler setter
* Constrain Pl::Service in Upgrade rather than S
---------
Co-authored-by: Matteo Bigoi <1781140+crisidev@users.noreply.github.com>
Copy file name to clipboardExpand all lines: codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerServiceGeneratorV2.kt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -129,14 +129,14 @@ class ServerServiceGeneratorV2(
129
129
/// ## let app: $serviceName<#{SmithyHttpServer}::routing::Route<#{SmithyHttp}::body::SdkBody>> = app;
0 commit comments