pub fn evaluate_block<'a, 'b, 'c>(
context: &mut EvaluationContext<'c, impl Evaluate>,
block: &Block<'_, '_>,
) -> StringExpand description
Evaluates a block in a context and returns the evaluated text.
pub fn evaluate_block<'a, 'b, 'c>(
context: &mut EvaluationContext<'c, impl Evaluate>,
block: &Block<'_, '_>,
) -> StringEvaluates a block in a context and returns the evaluated text.