format_variadic_with_cursor

Function format_variadic_with_cursor 

Source
pub fn format_variadic_with_cursor(
    fmt: &str,
    cursor: &mut ArgCursor<'_>,
) -> Result<FormatStepResult, String>
Expand description

Format a string using the supplied cursor, returning the formatted text along with the number of arguments consumed during this pass.