We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03079f0 commit 0f7c1c6Copy full SHA for 0f7c1c6
headers-core/src/lib.rs
@@ -29,7 +29,8 @@ pub trait Header {
29
Self: Sized,
30
I: Iterator<Item = &'i HeaderValue>;
31
32
- /// Encode this type to a [`HeaderValue`].
+ /// Encode this type to a [`HeaderValue`], and add it to a container
33
+ /// which has [`HeaderValue`] type as each element.
34
///
35
/// This function should be infallible. Any errors converting to a
36
/// `HeaderValue` should have been caught when parsing or constructing
0 commit comments