evaluate_formatted

Function evaluate_formatted 

Source
pub fn evaluate_formatted(
    parts: &[InterpolatedPart],
    model: &dyn UiBindable,
) -> Result<String, BindingError>
Expand description

Evaluate formatted string with interpolation: "Total: {count}"