Final type for dev::Transform #3174
Unanswered
johnlepikhin
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It seems every |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm trying to implement an external generator of middlewares. Somewhere in modules,
Vec<Transform>
is generated and then passed into a function which will build the application. But I gave up to construct some final type ofTransform<>
with all correct type arguments. Can you give some example? Solution based on.wrap_fn()
or experimental.from_fn()
also would be helpful.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions