Struct genco::WriteFormatter [] [src]

pub struct WriteFormatter<'write, W> where
    W: Write + 'write, 
{ /* fields omitted */ }

Formatter implementation for write types.

Methods

impl<'write, W> WriteFormatter<'write, W> where
    W: Write
[src]

[src]

Create a new write formatter.

Trait Implementations

impl<'write, W> Write for WriteFormatter<'write, W> where
    W: Write
[src]

[src]

Writes a slice of bytes into this writer, returning whether the write succeeded. Read more

[src]

Writes a [char] into this writer, returning whether the write succeeded. Read more

[src]

Glue for usage of the [write!] macro with implementors of this trait. Read more