Skip to main content

SiteConfigLayer

Type Alias SiteConfigLayer 

Source
pub type SiteConfigLayer = <SiteConfig as Config>::Layer;
Expand description

Confique-derived layer type for SiteConfig.

Every field is Option<T> so layers compose by overlay. The scan stage produces one of these per config.toml it finds and folds them together with with_fallback.