Struct asciii::storage::Paths[][src]

pub struct Paths {
    pub storage: PathBuf,
    pub working: PathBuf,
    pub archive: PathBuf,
    pub templates: PathBuf,
}

Fields

Trait Implementations

impl Debug for Paths
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Paths

impl Sync for Paths