Closed sfackler closed 10 months ago
Requiring a borrowed request writer can be a bit limiting for {Async,}SerializeRequest implementations. It may be better to just pay the allocation cost and pass an owned writer in.
{Async,}SerializeRequest
Requiring a borrowed request writer can be a bit limiting for
{Async,}SerializeRequest
implementations. It may be better to just pay the allocation cost and pass an owned writer in.