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
fn is_missing(&self) -> bool
fn is_missing(&self) -> bool
Return true if entry is a missing value