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
As these setting order is also important it might be best to internally store it like a Vec<H2Setting> vec of enums so that you know the orders. Similar to how pseudo header order also stores the pseudo headers as a vec-like internally.
By the way even if you store it internally as a vec, doesn'nt mean you need to do it via a push mechanism, you can still do it with setters / builder pattern, and just store them internally as a vec to preserve order anyway. The public api doesn't have to define the private API. So feel free to use your creative freedom here.
The text was updated successfully, but these errors were encountered: