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

Composable controls #10

Closed
Ralith opened this issue Dec 11, 2020 · 1 comment · Fixed by #17
Closed

Composable controls #10

Ralith opened this issue Dec 11, 2020 · 1 comment · Fixed by #17

Comments

@Ralith
Copy link
Owner

Ralith commented Dec 11, 2020

If a source is wrapped in multiple filters with dynamic parameters (e.g. for #9), it can be difficult to access more than the outermost. We should provide some sort of helper to expose them equally.

@Ralith
Copy link
Owner Author

Ralith commented Dec 14, 2020

One viable approach for this is to crib from frunk::HCons::pluck. That will require a distinct Filter trait whose values are chained in a hlist-like construction, rather than simply wrapping sources.

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 a pull request may close this issue.

1 participant