new

Function new 

Source
pub fn new<K, V>() -> (WriteHandle<K, V, (), RandomState>, ReadHandle<K, V, (), RandomState>)
Expand description

Create an empty eventually consistent map.

Use the Options builder for more control over initialization.

If you want to use arbitrary types for the keys and values, use new_assert_stable.