Skip to main content

format_args

Function format_args 

Source
pub fn format_args(args: &[SerializedArg]) -> String
Expand description

Pretty-prints a slice of SerializedArg values.

Produces a comma-separated string of argument representations. Each argument is formatted using its Display impl.