Function srmap::srmap::construct[][src]

pub fn construct<K, V>() -> (ReadHandle<K, V>, WriteHandle<K, V>) where
    K: Eq + Hash + Clone + Debug,
    V: Eq + Clone,
    String: From<K>,