mas_templates

Trait SiteConfigExt

source
pub trait SiteConfigExt: Sealed {
    // Required methods
    fn templates_branding(&self) -> SiteBranding;
    fn templates_features(&self) -> SiteFeatures;
}
Expand description

Extension trait for SiteConfig to construct SiteBranding and SiteFeatures from it.

Required Methods§

Implementations on Foreign Types§

source§

impl SiteConfigExt for SiteConfig

Implementors§