Skip to main content

RecentsHandle

Type Alias RecentsHandle 

Source
pub type RecentsHandle = Arc<RwLock<RecentsStore>>;
Expand description

Shared handle for RecentsStore.

Aliased Typeยง

pub struct RecentsHandle { /* private fields */ }