pub unsafe fn set_all(value: bool)Expand description
Sets the state of all experimental option that aren’t deprecated.
§Safety
This method is unsafe to emphasize that experimental options are not designed to change dynamically at runtime. Changing their state at arbitrary points can lead to inconsistent behavior. You should set experimental options only during initialization, before the application fully starts.