pub fn evaluate_formatted(
parts: &[InterpolatedPart],
model: &dyn UiBindable,
) -> Result<String, BindingError>Expand description
Evaluate formatted string with interpolation: "Total: {count}"
pub fn evaluate_formatted(
parts: &[InterpolatedPart],
model: &dyn UiBindable,
) -> Result<String, BindingError>Evaluate formatted string with interpolation: "Total: {count}"