pub trait ToInt { // Required method fn to_int(&self) -> i32; }
Trait for a value that can be converted to an integer
Get this value as an i32