Function ru_history::command_list::top_n_commands[][src]

pub fn top_n_commands<'a, I: Iterator<Item = (&'a String, &'a CommandData)>>(
    it: I,
    dir: &str,
    n: usize
) -> Vec<String>