Return result in resolve_store_path

This commit is contained in:
Tony
2024-10-10 15:53:32 +08:00
parent c3748b39fe
commit d88fcb5c8a
4 changed files with 20 additions and 46 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
- Renamed `StoreCollection` to `StoreState`
- `StoreBuilder::build` now returns a `Result`
- `StoreExt::store` now returns `Arc<Store>` instead of `Store`
- `StoreExt::store` now returns `Result<Arc<Store>>`
Other Changes: