Struct sp_std::Writer [−][src]
pub struct Writer(_);
A target for core::write!
macro - constructs a string in memory.
Implementations
impl Writer
[src]
impl Writer
[src]pub struct Writer(_);
A target for core::write!
macro - constructs a string in memory.
impl Writer
[src]impl RefUnwindSafe for Writer
impl Send for Writer
impl Sync for Writer
impl Unpin for Writer
impl UnwindSafe for Writer