pub type RecentsHandle = Arc<RwLock<RecentsStore>>;Expand description
Shared handle for RecentsStore.
Aliased Typeยง
pub struct RecentsHandle { /* private fields */ }pub type RecentsHandle = Arc<RwLock<RecentsStore>>;Shared handle for RecentsStore.
pub struct RecentsHandle { /* private fields */ }