Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

ConfigOption should implement/derive Default #8

Closed
lfrancke opened this issue Nov 26, 2020 · 0 comments
Closed

ConfigOption should implement/derive Default #8

lfrancke opened this issue Nov 26, 2020 · 0 comments
Assignees
Labels
good first issue Good for newcomers priority/low type/enhancement New feature or request

Comments

@lfrancke
Copy link
Member

This'd make it easier to create ConfigOptions:

ConfigOption {
  name: "foobar",
  ..ConfigOption::default() // or: ..Default::default()
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers priority/low type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants