Struct stijl::BufStream [] [src]

pub struct BufStream { /* fields omitted */ }

A Stream that records writes and style changes.

Methods

impl BufStream
[src]

[src]

Create a new, empty BufStream.

[src]

Perform the actions recorded on this BufStream onto another Stream.

Trait Implementations

impl Default for BufStream
[src]

[src]

Returns the "default value" for a type. Read more

impl Write for BufStream
[src]

[src]

Record the call to write.

[src]

Record the call to flush.

1.0.0
[src]

Attempts to write an entire buffer into this write. Read more

1.0.0
[src]

Writes a formatted string into this writer, returning any error encountered. Read more

1.0.0
[src]

Creates a "by reference" adaptor for this instance of Write. Read more

impl Stream for BufStream
[src]

The Stream methods of this implementation always succeed with Ok(()).

[src]

Record the call to reset.

[src]

Record the call to fg.

[src]

Record the call to em.

[src]

Always false.