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
use is_formattable instead.
has_formatter was never a good API, since it only asked if the type has
a `formatter` specialization, but a type can also be formattable if
it provides an implicit conversion to a type which does.
The newer API takes care of the that problem.
as a drive-by, provides format_as free function for dom::Value instead of
a fmt::formatter specialization.
0 commit comments