Skip to content

Commit

Permalink
Expose http::headers::{IterMut, ValuesMut}
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
per-gron authored and seanmonstar committed Nov 8, 2018
1 parent 22c4374 commit 22ec10a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/header/mod.rs
Expand Up @@ -79,8 +79,10 @@ pub use self::map::{
AsHeaderName,
IntoHeaderName,
Iter,
IterMut,
Keys,
Values,
ValuesMut,
Drain,
GetAll,
Entry,
Expand Down

0 comments on commit 22ec10a

Please sign in to comment.