error[E0277]: the trait bound `String: FromRequestParts` is not satisfied --> tests/from_request/fail/parts_extracting_body.rs:6:11 | 6 | body: String, | ^^^^^^ the trait `FromRequestParts` is not implemented for `String` | = note: Function argument is not a valid axum extractor. See `https://docs.rs/axum/latest/axum/extract/index.html` for details = help: the following other types implement trait `FromRequestParts`: > > as FromRequestParts> > > > as FromRequestParts> > and $N others