Skip to content

Give JsonLinesStream getters for the inner AsyncBufRead #16

@jwodder

Description

@jwodder

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

No one assigned

    Labels

    enhancementNew feature or request thereforunder considerationDev has not yet decided whether or how to implement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions