axum/axum-macros/tests/from_request/pass
David Pedersen 852e548e19
Support #[derive(FromRequest)] on enums (#1009)
* Support `#[from_request(via(...))]` on enums

* Check `#[from_request]` on variants

* check for non enum/struct and clean up

* changelog

* changelog

* remove needless feature

* changelog ref
2022-05-08 20:04:56 +02:00
..
container.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
derive_opt_out.rs Support opt-out of extra derived traits for rejections for #[derive(FromRequest)] (#729) 2022-01-28 09:54:38 +00:00
empty_named.rs Support opt-out of extra derived traits for rejections for #[derive(FromRequest)] (#729) 2022-01-28 09:54:38 +00:00
empty_tuple.rs Support opt-out of extra derived traits for rejections for #[derive(FromRequest)] (#729) 2022-01-28 09:54:38 +00:00
enum_via.rs Support #[derive(FromRequest)] on enums (#1009) 2022-05-08 20:04:56 +02:00
named.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
named_via.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
tuple.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
tuple_same_type_twice.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
tuple_same_type_twice_via.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
tuple_via.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
unit.rs Support opt-out of extra derived traits for rejections for #[derive(FromRequest)] (#729) 2022-01-28 09:54:38 +00:00