Function get_rest_of_split

Source
pub fn get_rest_of_split(
    split: &mut dyn Iterator<Item = &str>,
    sep: Option<&str>,
) -> String