Function construct

Source
pub fn construct<K, V, M>(
    meta_init: M,
) -> (ReadHandle<K, V, M>, WriteHandle<K, V, M>)
where K: Eq + Hash + Clone + Debug, V: Eq + Clone, M: 'static + Clone,