mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-28 05:20:46 +00:00
6 lines
237 B
Plaintext
6 lines
237 B
Plaintext
error: #[derive(FromRequest)] only supports generics on tuple structs that have exactly one field of the generic type
|
|
--> tests/from_request/fail/generic.rs:4:21
|
|
|
|
|
4 | struct Extractor<T>(Option<T>);
|
|
| ^^^^^^^^^
|