Trait rust_htslib::bcf::record::Numeric
source · pub trait Numeric {
// Required methods
fn is_missing(&self) -> bool;
fn missing() -> Self;
}
Expand description
Common methods for numeric INFO and FORMAT entries
Required Methods§
sourcefn is_missing(&self) -> bool
fn is_missing(&self) -> bool
Return true if entry is a missing value
Object Safety§
This trait is not object safe.