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

trait_alias tracking issue #165

Open
tessico opened this issue Dec 16, 2022 · 0 comments
Open

trait_alias tracking issue #165

tessico opened this issue Dec 16, 2022 · 0 comments
Labels
blocked Blocked by some other issues low-priority

Comments

@tessico
Copy link
Contributor

tessico commented Dec 16, 2022

Rust Tracking issue: rust-lang/rust#41517

This would allow to simplify complex trait usage, e.g. to directly define:

pub type RescueNativeGadget<F> = RescueGadget<RescueStateVar, F, F>;

instead of

pub type RescueNativeGadget<F> = dyn RescueGadget<RescueStateVar, F, F>;
@tessico tessico added low-priority blocked Blocked by some other issues labels Dec 16, 2022
@tessico tessico mentioned this issue Dec 16, 2022
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked by some other issues low-priority
Projects
None yet
Development

No branches or pull requests

1 participant