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§