pub fn figment() -> &'static dyn EngineAvailable on crate feature
figment only.Expand description
The figment crate’s fold.
figment records metadata per provider, so each layer is merged as its own provider and the winner of a leaf is read back from the metadata that survived the merge.