Skip to main content

GitStores

Type Alias GitStores 

Source
pub type GitStores = GitObjects<GitStore, SavedStore>;
Expand description

A StoreList in either of its two forms.

Aliased Type§

pub enum GitStores {
    Static(Vec<GitStore>),
    Saved(Vec<SavedStore>),
}

Variants§

§

Static(Vec<GitStore>)

UseTemplates = 1: sparse placements referencing blueprints.

§

Saved(Vec<SavedStore>)

UseTemplates = 0: full snapshots, as a savegame stores them.