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
Here MissingOperation does not implement the Upgradable trait and so constraints on build will not be met and the customer will receive a compile time error if the field is not set.
In contrast, unchecked_builder should set all the operation generics of {Service}Builder to DummyOperation(?) and implement an Upgradable for it which simply panics.
The text was updated successfully, but these errors were encountered:
In #1693 we introduce a
{Service}::builder
methodHere
MissingOperation
does not implement theUpgradable
trait and so constraints onbuild
will not be met and the customer will receive a compile time error if the field is not set.In contrast,
unchecked_builder
should set all the operation generics of{Service}Builder
toDummyOperation
(?) and implement anUpgradable
for it which simply panics.The text was updated successfully, but these errors were encountered: