Function create_credentials_dir

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

Creates the directory for administrative credentials.

ยง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.