Type Alias object_store::DynObjectStore
source ยท pub type DynObjectStore = dyn ObjectStore;
Expand description
An alias for a dynamically dispatched object store implementation.
pub type DynObjectStore = dyn ObjectStore;
An alias for a dynamically dispatched object store implementation.