pub fn repeat_values<O, F>(handler: F) -> RepeatValues<O>where F: Fn(&O) -> Result<Vec<OsString>, Error> + 'static,
Calls the given function and initializes the value each time it is used.