Function rmenu::run [] [src]

pub fn run<F, T>(process: F) -> GuiResult<T> where
    F: Fn(&str) -> Vec<T>,
    T: Into<String> + From<String> + Clone

Runs the menu with the default config. The process function will filter the output based on the input.