You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing the ObjectStore trait, we could avoid extra code if we use the async_trait macro. This may be applicable to our implementation that wraps an object store and adds logging.
Analysis
This is in store.rs.
The text was updated successfully, but these errors were encountered:
Background
Follows up from:
Description
When implementing the ObjectStore trait, we could avoid extra code if we use the async_trait macro. This may be applicable to our implementation that wraps an object store and adds logging.
Analysis
This is in store.rs.
The text was updated successfully, but these errors were encountered: