Struct cranelift_bforest::MapForest[][src]

pub struct MapForest<K, V> where
    K: Copy,
    V: Copy
{ /* fields omitted */ }

Memory pool for a forest of Map instances.

Methods

impl<K, V> MapForest<K, V> where
    K: Copy,
    V: Copy
[src]

Create a new empty forest.

Clear all maps in the forest.

All Map instances belong to this forest are invalidated and should no longer be used.

Auto Trait Implementations

impl<K, V> Send for MapForest<K, V> where
    K: Send,
    V: Send

impl<K, V> Sync for MapForest<K, V> where
    K: Sync,
    V: Sync