mirror of
https://github.com/fafhrd91/actix-web
synced 2025-03-07 01:02:50 +01:00
Using some module trickery, we can generate a tuple struct for each invocation of the macro. This allows us to use `pin_project` to project through to the tuple fields, removing the need to use `Pin::new_unchecked` Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>