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

Missing format_to overload using a style. #1161

Closed
davidchisnall opened this issue May 14, 2019 · 2 comments
Closed

Missing format_to overload using a style. #1161

davidchisnall opened this issue May 14, 2019 · 2 comments

Comments

@davidchisnall
Copy link
Contributor

There is no overload of format_to that takes a style argument, so if you wish to use a style for a custom formatter then you must first use format to generate a string and then copy the output to the iterator.

@vitaut
Copy link
Contributor

vitaut commented May 14, 2019

Should be easy to add. PRs are welcome =).

@vitaut
Copy link
Contributor

vitaut commented Jul 25, 2019

Closing due to inactivity and since styles are primarily for console output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants