Function create_default_config_dir

Source
pub fn create_default_config_dir() -> Result<(), Error>
Expand description

Creates the default configuration directory below /usr.

ยงErrors

Returns an error if the directory or one of its parents can not be created. Refer to create_dir_all for further information on failure scenarios.