Skip to main content

fmt_string

Function fmt_string 

Source
pub fn fmt_string(format: AzString, args: FmtArgVec) -> String
Expand description

Formats format by substituting placeholders with values from args. Returns the error message as a string on failure (for C FFI ergonomics).