Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding derive(Debug) for crossterm_style::ObjectStyle #191

Closed
alekratz opened this issue Aug 13, 2019 · 0 comments · Fixed by #192
Closed

Consider adding derive(Debug) for crossterm_style::ObjectStyle #191

alekratz opened this issue Aug 13, 2019 · 0 comments · Fixed by #192

Comments

@alekratz
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant