AllocationMap

Type Alias AllocationMap 

Source
pub type AllocationMap = Arc<Mutex<HashMap<String, Arc<Mutex<Allocation>>>>>;

Aliased Typeยง

pub struct AllocationMap { /* private fields */ }