Function try_into_string

Source
pub fn try_into_string(start: impl TryInto<i32>) -> Result<String, &'static str>