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
implParameterBuilder{pubfnrequired(mutself,required:Required) -> Self{self.required = required;// required must be true, if parameter_in is Pathifself.parameter_in == ParameterIn::Path{self.required = Required::True;}self}
Example
This function calls logic, implying that the value of required is set in an order-dependent way. i.e. if I do