dioxus-std icon indicating copy to clipboard operation
dioxus-std copied to clipboard

Error handling for storage deserialization

Open Raflos10 opened this issue 9 months ago • 1 comments

Currently, errors on deserialization from storage fail silently, and the default value is returned. It would be better to return a result so the user can decide what to do on deserialization errors.

Raflos10 avatar Feb 06 '25 09:02 Raflos10