Expose http::headers::{IterMut, ValuesMut}

It seems like these exports were not omitted intentionally.

The inability to name these types is giving me some grief in my work in tower-grpc where I'm trying to wrap HeaderMap in a wrapper that exposes an API in terms of gRPC metadata.
This commit is contained in:
Per Grön
2018-11-08 18:00:57 +01:00
committed by Sean McArthur
parent e291a32087
commit 45a9612a75
+2
View File
@@ -79,8 +79,10 @@ pub use self::map::{
AsHeaderName,
IntoHeaderName,
Iter,
IterMut,
Keys,
Values,
ValuesMut,
Drain,
GetAll,
Entry,