Function novel_cli::utils::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]>,