Type Alias DynOpStore

Source
pub type DynOpStore = Arc<dyn OpStore>;
Expand description

Trait-object OpStore.

Aliased Typeยง

struct DynOpStore { /* private fields */ }