We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IconData is a public item and does not derive anything. It should at least derive Debug. It could probably safely
Debug
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
The text was updated successfully, but these errors were encountered:
can you take at my answer about this: carloskiki/leptos-icons#13.
I think you are right and we could derive these functionalities safely.
Do you think serde should be derived for individual icon enums, or only for IconData?
IconData
Sorry, something went wrong.
Big refactoring is in the way, I will make this change along with more stuff.
No branches or pull requests
IconData is a public item and does not derive anything. It should at least derive
Debug
.It could probably safely
The text was updated successfully, but these errors were encountered: