[][src]Trait configurable::Config

pub trait Config: Configurable {
    fn ensure_dir() -> Result<PathBuf, Error> { ... }
}

A Configurable type that loads from the equivalent of $XDG_CONFIG_HOME

Provided methods

fn ensure_dir() -> Result<PathBuf, Error>

Ensures the directory exists

Loading content...

Implementors

Loading content...