Skip to main content

default_home_dir_with

Function default_home_dir_with 

Source
fn default_home_dir_with<F>(get: F) -> Option<PathBuf>
where F: for<'a> Fn(&'a str) -> Option<OsString>,