custom_format_infer

Function custom_format_infer 

Source
pub fn custom_format_infer<T>(args: Arguments<'_, T>) -> T
where T: CustomFormatter<Output = T>,
Expand description

Format into a T, possibly inferring type from surroundings.

ยงPanics

Panics if the formatter encounters an error.