pub fn format_args(args: &[SerializedArg]) -> StringExpand description
Pretty-prints a slice of SerializedArg values.
Produces a comma-separated string of argument representations.
Each argument is formatted using its Display impl.
pub fn format_args(args: &[SerializedArg]) -> StringPretty-prints a slice of SerializedArg values.
Produces a comma-separated string of argument representations.
Each argument is formatted using its Display impl.