You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: