Struct persistent_hashmap::PersistentHashmap[][src]

pub struct PersistentHashmap<K: ?Sized, V: Copy> { /* fields omitted */ }

Methods

impl<K: ?Sized, V: Copy + Default> PersistentHashmap<K, V>
[src]

Creates a new persistent hashmap

Opens an existing persistent hashmap

Auto Trait Implementations

impl<K: ?Sized, V> Send for PersistentHashmap<K, V> where
    K: Send,
    V: Send

impl<K: ?Sized, V> Sync for PersistentHashmap<K, V> where
    K: Sync,
    V: Sync