Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

into_inner() for CSV Writer #520

Closed
joshuataylor opened this issue Jul 3, 2021 · 1 comment · Fixed by #3759
Closed

into_inner() for CSV Writer #520

joshuataylor opened this issue Jul 3, 2021 · 1 comment · Fixed by #3759
Labels
enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers

Comments

@joshuataylor
Copy link

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I would love an into_inner() for the CSV writer, this is what I have been using:

    pub fn into_inner(self) -> W {
        self.writer.into_inner().unwrap()
    }

In the CSV Writer, and it has been working well for my project. It exists in the JSON Writer.

Describe the solution you'd like
Add the function to CSV writer.

Describe alternatives you've considered
Not sure how else I would access the writer, it exists in the JSON writer.

@joshuataylor joshuataylor added the enhancement Any new improvement worthy of a entry in the changelog label Jul 3, 2021
@alamb alamb added the good first issue Good for newcomers label Jan 11, 2023
@alamb
Copy link
Contributor

alamb commented Jan 11, 2023

This would be a great new issue for someone to add ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants