1Formats the value using the given formatter.23# Errors45This function should return [`Err`] if, and only if, the provided [`Formatter`] returns [`Err`].6String formatting is considered an infallible operation; this function only7returns a [`Result`] because writing to the underlying stream might fail and it must8provide a way to propagate the fact that an error has occurred back up the stack.
Findings
✓ No findings reported for this file.