pub fn custom_format_infer<T>(args: Arguments<'_, T>) -> Twhere
T: CustomFormatter<Output = T>,Expand description
Format into a T, possibly inferring type from surroundings.
ยงPanics
Panics if the formatter encounters an error.
pub fn custom_format_infer<T>(args: Arguments<'_, T>) -> Twhere
T: CustomFormatter<Output = T>,Format into a T, possibly inferring type from surroundings.
Panics if the formatter encounters an error.