pub trait Betanumeric {
    // Required method
    fn to_betanumeric_ordinal(&self) -> Option<usize>;
    // Provided method
    fn is_betanumeric(&self) -> bool { ... }
}Expand description
Add utility functions for working with beta numeric values
Mostly intended for working with NCDA
Required Methods§
Sourcefn to_betanumeric_ordinal(&self) -> Option<usize>
 
fn to_betanumeric_ordinal(&self) -> Option<usize>
Provided Methods§
Sourcefn is_betanumeric(&self) -> bool
 
fn is_betanumeric(&self) -> bool
Check if self is a betanumeric value