Function rmenu::run_config [] [src]

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

Runs with a configuration. See run