dioxus-std
dioxus-std copied to clipboard
Error handling for storage deserialization
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.