pub fn convert_str<T, E>(str: T, converts: E) -> Result<String>where T: AsRef<str>, E: AsRef<[Convert]>,