serde-jsonlines icon indicating copy to clipboard operation
serde-jsonlines copied to clipboard

Give `JsonLinesSink` getters for the inner `AsyncWrite`

Open jwodder opened this issue 1 year ago • 0 comments

Specifically, give it get_ref(), get_mut(), into_inner(), and get_pin_mut() methods.

Problem: An into_inner() method would lose data.

jwodder avatar Jan 14 '25 23:01 jwodder