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
I want to store an ObjectStyle in a struct that is Debug; however, since ObjectStyle is not Debug I need to implement it by hand for my struct. The structure doesn't have anything preventing it from being Debug, and it would be nice to have.
The text was updated successfully, but these errors were encountered:
I want to store an
ObjectStyle
in a struct that isDebug
; however, sinceObjectStyle
is notDebug
I need to implement it by hand for my struct. The structure doesn't have anything preventing it from beingDebug
, and it would be nice to have.The text was updated successfully, but these errors were encountered: