Struct storage_map::StorageMap[][src]

pub struct StorageMap<L, M> { /* fields omitted */ }

Methods

impl<L, K, V, S> StorageMap<L, HashMap<K, V, S>> where
    L: RawRwLock,
    K: Clone + Eq + Hash,
    S: BuildHasher
[src]

The function is expected to always produce the same value given the same key.

Trait Implementations

impl<L: Send, M> Send for StorageMap<L, M>
[src]

impl<L: Sync, M> Sync for StorageMap<L, M>
[src]

impl<L: RawRwLock, M: Default> Default for StorageMap<L, M>
[src]

Returns the "default value" for a type. Read more