-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
From the docs of fmt::Write:
This trait is the type which this modules requires when formatting information. This is similar to the standard library's io::Write trait, but it is only intended for use in libcore.
This trait should generally not be implemented by consumers of the standard library. The write! macro accepts an instance of io::Write, and the io::Write trait is favored over implementing this trait.
I see there was some discussion in #8 but I think switching over to io::Write is the right call.
Metadata
Metadata
Assignees
Labels
No labels