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

pub struct Reader {
    pub header: HeaderView,
    // some fields omitted
}

Fields

header: HeaderView

Methods

impl Reader
[src]

fn new<P: AsRef<Path>>(path: &P) -> Result<Self, BCFError>

fn read(&self, record: &mut Record) -> Result<()ReadError>

fn records(&self) -> Records

Trait Implementations

impl Send for Reader
[src]

impl Drop for Reader
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more