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>),
}pub type GitStores = GitObjects<GitStore, SavedStore>;A StoreList in either of its two forms.
pub enum GitStores {
Static(Vec<GitStore>),
Saved(Vec<SavedStore>),
}