mirror of
https://github.com/fafhrd91/actix-web
synced 2025-04-02 04:45:32 +02: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>