try_into_string

Function try_into_string 

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