pub type DictResource<T> = Dict<Resource<T>>;
A dict of resources
pub struct DictResource<T> { /* private fields */ }