pub fn generic_read<T: FromStr>(text: &Option<&str>) -> Option<T>
Function to get a numeric value âTâ from user input!