Trait rust_htslib::bcf::record::Numeric[][src]

pub trait Numeric {
    fn is_missing(&self) -> bool;
fn missing() -> Self; }
Expand description

Common methods for numeric INFO and FORMAT entries

Required methods

Return true if entry is a missing value

Return missing value for storage in BCF record.

Implementations on Foreign Types

Implementors