Type Mismatch on Rust Warp Handler Response
I’m new in Rust, I don’t have much knowledge about rust so don’t mind me if I sound stupid.
My problem is when I directly return response_body it gives a mismatch errormismatched types
expected struct WithStatus<String>
found struct warp::http::Response<String>