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

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

Common methods for numeric INFO and FORMAT entries

Required methods

fn is_missing(&self) -> bool

Return true if entry is a missing value

fn missing() -> Self

Return missing value for storage in BCF record.

Loading content...

Implementations on Foreign Types

impl Numeric for f32[src]

impl Numeric for i32[src]

Loading content...

Implementors

Loading content...