Type Alias modalkit::editing::store::SharedStore

source ·
pub type SharedStore<I> = Arc<RwLock<Store<I>>>;
Expand description

Shared reference to the global context.

Aliased Type§

struct SharedStore<I> { /* private fields */ }