Function novel_cli::utils::convert_str

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