Skip to content

remove Adhoc trait, they can all be implemented via View #44

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

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Conversation

museun
Copy link
Owner

@museun museun commented Nov 24, 2024

One tidbit, Radio now needs V to be 'static.

I don't know why struct Foo<T>(PhantomData<T>) where Self: 'static means that T has to be 'static. Or, how do I loosen the constraints.

A very annoying solution is to not require the PhantomData is to make the Args GAT even more GAT. Such as: type Args<'v, T> where T: 'v but I don't think I want to deal with that.

@museun museun merged commit 09d0ef8 into dev Nov 24, 2024
@museun museun deleted the unadhoc branch November 24, 2024 03:23
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 this pull request may close these issues.

1 participant