pub struct Writer(_);
Expand description
A target for core::write!
macro - constructs a string in memory.
Implementations
Access the content of this Writer
e.g. for printout
Trait Implementations
Writes a string slice into this writer, returning whether the write succeeded. Read more