Skip to main content

AppPaths

Trait AppPaths 

Source
pub trait AppPaths: Send + Sync {
    // Required methods
    fn downloads_dir(&self) -> PathBuf;
    fn data_dir(&self) -> PathBuf;
    fn cache_dir(&self) -> PathBuf;
    fn bin_dir(&self) -> Option<PathBuf>;
}

Required Methods§

Implementors§