mirror of
https://github.com/openharmony/third_party_rust_hyper.git
synced 2026-07-21 17:25:22 -04:00
28a0e6be78
The only important trait for a user is the `tower::Service` trait, which is now available also at `hyper::service::Service`. The other "trait aliases" are no longer publicly exported, as people thought they had to implement them. Also removes dependency on `tower-make`, which is trivial but otherwise shouldn't affect anyone. Closes #1959