Skip to main content

SharedStore

Type Alias SharedStore 

Source
pub type SharedStore<S> = Arc<S>;
Expand description

存储引用包装

便于在多个组件间共享存储

Aliased Type§

pub struct SharedStore<S> { /* private fields */ }