Trait rubble_templates::template::content::EvaluableMixedContent[][src]

pub trait EvaluableMixedContent<T>: 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