Struct bio::io::fastq::Reader

source ·
pub struct Reader<R: Read> { /* private fields */ }
Expand description

A FastQ reader.

Implementations

Read from a given file.

Read from a given io::Read.

Return an iterator over the records of this FastQ file.

Trait Implementations

Formats the value using the given formatter. Read more

Read into a given record. Returns an error if the record in incomplete or syntax is violated. The content of the record can be checked via the record object.

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.