cloudwego / volo

Rust RPC framework with high-performance and strong-extensibility for building micro-services.
https://crates.io/crates/volo
Apache License 2.0
2.13k stars 166 forks source link

chore(volo-http): remove unnecessary generic constraints #438

Closed wfly1998 closed 1 month ago

wfly1998 commented 1 month ago

Motivation

FromRequest does not need B: Body.

Solution

Remove the constraints.