Add #[derive(FromRequestParts)]
macro
#1290
Labels
A-axum-macros
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
Milestone
Feature Request
Motivation
I'm pretty sure many current users of the
FromRequest
macro are using the resulting type as a non-terminal extractor. After #1272, this will no longer be supported.Proposal
Add
FromRequestParts
macro after #1272, but before the 0.6 release.The text was updated successfully, but these errors were encountered: