pub type DynOpStore = Arc<dyn OpStore>;
Trait-object OpStore.
struct DynOpStore { /* private fields */ }