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
Following #1693 the new FromRequest/IntoResponse/FromParts implementations defer to the original from_request/into_response methods. These original methods are used in conjunction with the inlineable::server_operation_handler_trait::Handler trait to achieve the current service builder.
Eventually, when the original service builder is removed, along with the inlineable Handler, the original from_request/into_response methods will become an additional unused interface.
Work could be done incrementally and eagerly to unify these interfaces internally prior to the deprecation/removal of the original service builder.
The text was updated successfully, but these errors were encountered:
Following #1693 the new
FromRequest
/IntoResponse
/FromParts
implementations defer to the originalfrom_request
/into_response
methods. These original methods are used in conjunction with theinlineable::server_operation_handler_trait::Handler
trait to achieve the current service builder.Eventually, when the original service builder is removed, along with the inlineable
Handler
, the originalfrom_request
/into_response
methods will become an additional unused interface.Work could be done incrementally and eagerly to unify these interfaces internally prior to the deprecation/removal of the original service builder.
The text was updated successfully, but these errors were encountered: