What is the equivalent of `fmt`'s `fmt::is_formattable<T>()` for user-defined types? I noticed at the moment it just fails with a static_assert.
What is the equivalent of
fmt'sfmt::is_formattable<T>()for user-defined types? I noticed at the moment it just fails with a static_assert.