Struct framestream::EncoderWriter [] [src]

pub struct EncoderWriter<W: Write> { /* fields omitted */ }

Methods

impl<W: Write> EncoderWriter<W>
[src]

Trait Implementations

impl<W: Clone + Write> Clone for EncoderWriter<W>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<W: Debug + Write> Debug for EncoderWriter<W>
[src]

Formats the value using the given formatter.

impl<W: Write> Write for EncoderWriter<W>
[src]

Write a buffer into this object, returning how many bytes were written. Read more

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more

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

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

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