Give JsonLinesStream
getters for the inner AsyncBufRead
#16
Labels
enhancement
New feature or request therefor
under consideration
Dev has not yet decided whether or how to implement
Specifically, give it
get_ref()
,get_mut()
,into_inner()
, andget_pin_mut()
methods.Problem:
JsonLinesStream
wrapstokio::io::Lines
, which does not have aget_pin_mut()
method to delegate to and whoseinto_inner()
method loses data.The text was updated successfully, but these errors were encountered: