mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
d137a8635b
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> |
||
---|---|---|
.. | ||
middleware | ||
types | ||
app_service.rs | ||
app.rs | ||
config.rs | ||
data.rs | ||
error.rs | ||
extract.rs | ||
guard.rs | ||
handler.rs | ||
info.rs | ||
lib.rs | ||
request.rs | ||
resource.rs | ||
responder.rs | ||
rmap.rs | ||
route.rs | ||
scope.rs | ||
server.rs | ||
service.rs | ||
test.rs | ||
web.rs |