convert_str

Function convert_str 

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