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

pub struct Reader { /* fields omitted */ }

A VCF/BCF reader.

Methods

impl Reader
[src]

[src]

Create a new reader from a given path.

[src]

Create a new reader from a given URL.

[src]

Create a new reader from standard input.

Trait Implementations

impl Debug for Reader
[src]

[src]

Formats the value using the given formatter. Read more

impl Send for Reader
[src]

impl Read for Reader
[src]

[src]

Read the next record. Read more

Important traits for Records<'a, R>
[src]

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

[src]

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

[src]

Return the header.

[src]

Return empty record. Can be reused multiple times.

impl Drop for Reader
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Sync for Reader