Struct bdrck_params::io::Writer [] [src]

pub struct Writer { /* fields omitted */ }

This structure implements fmt::Write using one of various implementations described by WriterImpl. This structure should generally not be instantiated directly. Instead, callers should use get_writer_impl.

Trait Implementations

impl Write for Writer
[src]

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

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

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