pub fn content_catalog() -> Result<&'static ContentCatalog, ContentCatalogError>Expand description
Return the single linked engine-content catalog.
ยงErrors
Returns a typed error when no catalog, multiple catalogs, or invalid catalog data is linked.