pub trait Number: Clone + Default + Debug + Display + Copy { }

Implementations on Foreign Types§

Implementors§