Function arret::subcommand::repl::arret_helper::sorted_strings_prefixed_by[][src]

fn sorted_strings_prefixed_by<'a, T: AsRef<str>>(
    haystack: &'a [T],
    prefix: &'a str
) -> impl Iterator<Item = &'a T> + 'a