Never break a promise (Photo by LexScope on Unsplash)
In this fourth part we are going first to do some "minor" improvements,
and hopefully show a...
For further actions, you may consider blocking this person and/or reporting abuse
Hi, i have this error : no method named
restorefound for enumResult<StorageService, &str>in the current scopemethod not found in
Result<StorageService, &str>in line: let Json(database) = storage.restore(KEY); i used 0.18 version of Yew.
In Yew 0.18 restore method is static with 2 arguments, so code should be now:
This is really helpful, thanks