pub trait Numeric {
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