Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
Debug
for FormatWith
, same as Display
The type `std::fmt::Arguments` (returned by `format_args!`) similarly delegates `Debug` to `Display`.
- Loading branch information