Type Alias SharedSound

Source
pub type SharedSound = Arc<Mutex<Sound>>;

Aliased Typeยง

pub struct SharedSound { /* private fields */ }