Type Definition rtools::data_manager::DataStorage

source ·
pub type DataStorage<T> = HashMap<u64, Own<T>>;