Function mz_persist_client::cfg::all_dyncfgs
source ยท pub fn all_dyncfgs(configs: ConfigSet) -> ConfigSet
Expand description
Adds the full set of all persist Configs.
TODO(cfg): Consider replacing this with a static global registry powered by
something like the ctor
or inventory
crate. This would involve managing
the footgun of a Config being linked into one binary but not the other.