Closed selfhoster1312 closed 1 year ago
Looks pretty strange to me, what do you mean by that example? It isn't clear what differ TypedMultipart
extractor from built-in axum
's extractors
Hi @selfhoster1312, my opinion is that the example in the PR is a very niche use case and adding it to the repository would create confusion for first time users. Thank you anyway for taking the time to contribute to the project!
It took me a while to figure out the proper syntax and type bounds for extracting a TypedMultipart in FromRequest for a custom type, so i thought an example would be nice.