Struct bio::io::fastq::Writer

source ·
pub struct Writer<W: Write> { /* private fields */ }
Expand description

A FastQ writer.

Implementations

Write to a given file path.

Write to a given io::Write.

Directly write a FastQ record.

Write a FastQ record with given id, optional description, sequence and qualities.

Flush the writer, ensuring that everything is written.

Trait Implementations

Formats the value using the given formatter. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.