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
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
For foreign types that do not implement SampleConfig, but implement Display or Serialize, it could be helpful to have an attribute that one could put onto fields, which tells SampleConfig to use the Display/Serialize implementation to produce a value
Note that this only works for values, not for structs, so error handling and a warning needs to be put up.