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
TomlTree currently has a ToString method but no String method which means it doesn't implement the standard interface for stringifying. I'm looking to be able to define an interface:
TomlTree currently has a ToString method but no String method which means it doesn't implement the standard interface for stringifying. I'm looking to be able to define an interface:
and use TomlTree as the implementation.
The text was updated successfully, but these errors were encountered: