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

LCDColorExt should be const_trait #400

Open
github-actions bot opened this issue Jul 13, 2024 · 0 comments
Open

LCDColorExt should be const_trait #400

github-actions bot opened this issue Jul 13, 2024 · 0 comments
Assignees
Labels

Comments

@github-actions
Copy link
Contributor

LCDColorExt should be const_trait

// TODO: LCDColorExt should be const_trait

Source of this issue
}


// TODO: LCDColorExt should be const_trait
#[deprecated = "Useless until const_trait is experimental and incomplete. Use LCDColorConst instead."]
pub trait LCDColorExt {
	#![allow(non_snake_case)]
	fn White() -> Self;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant