You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value returned by format_with should implement std::fmt::Debug. Similar to the value returned by std::format_args, the Debug representation should be the same as the Display one. This allows using it in places like std::fmt::DebugStruct.