Trait rubble_templates_core::template::EvaluableMixedContent[][src]

pub trait EvaluableMixedContent: IntoIterator { }
Expand description

Represents content that can be both template parts and other fragments that should be evaluated.

It can be used to represent some template source that has mixed content - eg. text, code, other templates and needs to be evaluated/compiled.

Implementors