pub fn registry() -> &'static StandardDataDictionaryRegistry
Expand description
Retrieve a singleton instance of the standard dictionary registry.
Note that one does not generally have to call this
unless when retrieving the underlying registry is important.
The unit type StandardDataDictionary
already provides a lazy loaded singleton implementing the necessary traits.