Function evmap::with_meta [] [src]

pub fn with_meta<K, V, M>(
    meta: M
) -> (ReadHandle<K, V, M, RandomState>, WriteHandle<K, V, M, RandomState>) where
    K: Eq + Hash + Clone,
    V: Eq + ShallowCopy,
    M: 'static + Clone

Create an empty eventually consistent map with meta information.