[][src]Function python_config::find_interpreter_matching

pub fn find_interpreter_matching<F>(f: F) -> Option<InterpreterConfig> where
    F: FnMut(&InterpreterConfig) -> bool

Return the first interpreter matching the given criterion.