pub trait Number: FromStr {
    fn type_name() -> &'static str;
}

Required Methods§

Implementations on Foreign Types§

Implementors§