Skip to content

Settings can only store owned data #38

@Mubelotix

Description

@Mubelotix

The Settings struct is using Vecs and Strings, which are owned structures.
It should also be able to use borrowed values.
We should replace these owned types by generics (but since there is many fields it would make a lot of generics 😬).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions