Function impute_string

Source
pub fn impute_string<'a>(
    list: &'a mut Vec<String>,
    impute_with: &'a str,
) -> Vec<&'a str>