Skip to content

Commit

Permalink
feat(metadata): expose IterMut and ValuesMut (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed May 12, 2021
1 parent f33316d commit b0ec3ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tonic/src/metadata/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub use self::key::MetadataKey;
pub use self::map::Entry;
pub use self::map::GetAll;
pub use self::map::Iter;
pub use self::map::IterMut;
pub use self::map::KeyAndMutValueRef;
pub use self::map::KeyAndValueRef;
pub use self::map::KeyRef;
Expand All @@ -25,6 +26,7 @@ pub use self::map::ValueIter;
pub use self::map::ValueRef;
pub use self::map::ValueRefMut;
pub use self::map::Values;
pub use self::map::ValuesMut;
pub use self::value::AsciiMetadataValue;
pub use self::value::BinaryMetadataValue;
pub use self::value::MetadataValue;
Expand Down

0 comments on commit b0ec3ea

Please sign in to comment.