DynOpStore

Type Alias DynOpStore 

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

Trait-object OpStore.

Aliased Typeยง

pub struct DynOpStore { /* private fields */ }