[][src]Function minigrep::search

pub fn search<'a>(query: &str, content: &'a str) -> Vec<&'a str>