Struct rust_htslib::bcf::Reader[][src]

pub struct Reader { /* fields omitted */ }
Expand description

A VCF/BCF reader.

Implementations

Create a new reader from a given path.

Create a new reader from a given URL.

Create a new reader from standard input.

Trait Implementations

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Return empty record. Can be reused multiple times.

Read the next record. Read more

Return an iterator over all records of the VCF/BCF file.

Activate multi-threaded BCF/VCF read support in htslib. This should permit faster reading of large VCF files. Read more

Return the header.

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.