pub(crate) fn replace_tabs(src: &str, tab_width: usize) -> String
Return a copy of src with all the tab characters replaced by tab_width strings.
src
tab_width