pub type CatalogRef = Arc<dyn Catalog>;
Reference to catalog.
struct CatalogRef { /* private fields */ }