Struct asciii::storage::Projects [] [src]

pub struct Projects<P: Storable + Sized> {
    pub working: ProjectList<P>,
    pub archive: ProjectsByYear<P>,
}

Container keeping all opened projects.

Fields

working directory

archived Projects by year

Trait Implementations

impl<P: Debug + Storable + Sized> Debug for Projects<P>
[src]

[src]

Formats the value using the given formatter.