[][src]Type Definition atomic_lib::resources::ResourceString

type ResourceString = HashMap<String, String>;

A plainstring hashmap, which represents an (unvalidated?) Atomic Resource. The key string represents the URL of the Property, the value one its Values.