Enum rust_htslib::bcf::ReadError [] [src]

pub enum ReadError {
    Invalid,
    NoMoreRecord,
}

Variants

InvalidNoMoreRecord

Trait Implementations

impl Debug for ReadError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.