pub fn convert_parse<T>(str: String) -> Result<T>where
    T: FromStr,