pub fn extend_catalog_factories(
extra: impl IntoIterator<Item = (String, CatalogFactory)>,
) -> Result<CatalogFactoryRegistry>Expand description
Merges user-provided factories into the persistence default registry.
ยงErrors
Returns an error if a user-provided name collides with an existing built-in or user-provided entry.