Struct lzss::VecWriter[][src]

pub struct VecWriter(_);
Expand description

alloc/std Write into a vector.

In order to write into a referenced vector use IOSimpleWriter, and SliceReader to read from a vector.

Use void_write_unwrap to remove the Void from the result. Or void_unwrap if also the reader produces Void.

Implementations

Constructs a new, empty writer with the specified capacity.

Note: The vector is not truncated to the actually used space.

Trait Implementations

Returns the generated vector.

No error can occur.

Write a byte.

Convert the writer into the output. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.