search

Function search 

Source
pub fn search<'a>(
    query: &str,
    contents: &'a str,
) -> impl Iterator<Item = &'a str>