Add FieldsWriter constructor requirement

fix #864
This commit is contained in:
Vinnie Falco
2017-11-03 19:36:17 -07:00
parent d9d2b23b57
commit 327ebc2007
2 changed files with 11 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Version 137:
* ConstBufferSequence mandates pointer equivalence
* Add FieldsWriter constructor requirement
--------------------------------------------------------------------------------

View File

@ -58,6 +58,16 @@ In this table:
response. The lifetime of `f` is guaranteed
to end no earlier than after the `W` is destroyed.
]
][
[`W{f}`]
[]
[
The implementation calls this constructor to indicate
that the fields being serialized form part of a chunked
encoding final-chunk trailer. The lifetime of `f` is
guaranteed to end no earlier than after the `W` is
destroyed.
]
][
[`a.get()`]
[`W::const_buffers_type`]