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
This issue suggests inheriting the fmt::formatter<errors::Error> struct from the fmt::formatter<std::string_view> struct to allow errors::Error to be formatted with the same specifications as std::string_view. Additionally, this change may also resolve #133.
The text was updated successfully, but these errors were encountered:
threeal
changed the title
Inherit fmt::formatter<errors::Error> from fmt::formatter<std::string_view>
Inherit fmt::formatter<errors::Error> From fmt::formatter<std::string_view>Jan 4, 2024
This issue suggests inheriting the
fmt::formatter<errors::Error>
struct from thefmt::formatter<std::string_view>
struct to allowerrors::Error
to be formatted with the same specifications asstd::string_view
. Additionally, this change may also resolve #133.The text was updated successfully, but these errors were encountered: