Skip to main content

figment

Function figment 

Source
pub fn figment() -> &'static dyn Engine
Available 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.