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
We'd really appreciate having config::DefaultOptions::new() be const, so we can define our configuration as a static (or const) value.
Even better would be to implement const inherent methods duplicating the Options trait, so that an arbitrary configuration can be stored in a static value.
The text was updated successfully, but these errors were encountered:
We'd really appreciate having
config::DefaultOptions::new()
be const, so we can define our configuration as astatic
(orconst
) value.Even better would be to implement const inherent methods duplicating the
Options
trait, so that an arbitrary configuration can be stored in astatic
value.The text was updated successfully, but these errors were encountered: