pub fn get_default_config_path() -> Result<PathBuf, MantaError>Expand description
Returns the default manta config directory path
(e.g. ~/.config/manta/).
ยงErrors
Returns MantaError::MissingField when the platform cannot resolve
a project-dirs triple (typically because $HOME is unset).