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

Required Methods§

source

fn type_name() -> &'static str

Implementations on Foreign Types§

source§

impl Number for i32

source§

fn type_name() -> &'static str

source§

impl Number for f64

source§

fn type_name() -> &'static str

Implementors§