Type Alias manage::DataStorage

source ·
pub type DataStorage<T> = HashMap<String, Box<T>>;

Aliased Type§

struct DataStorage<T> { /* private fields */ }