-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or request thereforNew feature or request thereforunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement
Description
Specifically, give it get_ref()
, get_mut()
, into_inner()
, and get_pin_mut()
methods.
Problem: JsonLinesStream
wraps tokio::io::Lines
, which does not have a get_pin_mut()
method to delegate to and whose into_inner()
method loses data.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or request thereforNew feature or request thereforunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement