pub type GitSounds = GitObjects<GitSound, SavedSound>;Expand description
A SoundList in either of its two forms.
Aliased Type§
pub enum GitSounds {
Static(Vec<GitSound>),
Saved(Vec<SavedSound>),
}pub type GitSounds = GitObjects<GitSound, SavedSound>;A SoundList in either of its two forms.
pub enum GitSounds {
Static(Vec<GitSound>),
Saved(Vec<SavedSound>),
}