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

Make ECAL handler accept VM trait bounds #734

Open
Dentosal opened this issue May 14, 2024 · 0 comments
Open

Make ECAL handler accept VM trait bounds #734

Dentosal opened this issue May 14, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@Dentosal
Copy link
Member

Dentosal commented May 14, 2024

See #732 (comment):

    fn ecal<M, S, Tx>(

Hmm, I think M, S, and Tx should be generics of the EcalHandler. Otherwise, the implementer doesn't have control over the constraints for these generics. The M: AsRef + AsMut is an example. What is he needs some contains over the storage?

@Dentosal Dentosal self-assigned this May 14, 2024
@Dentosal Dentosal mentioned this issue May 14, 2024
3 tasks
@MitchTurner MitchTurner added the good first issue Good for newcomers label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants