[][src]Type Definition bae_rs::sounds::SoundRc

type SoundRc = Rc<dyn Sound>;

Type alias for a Sound wrapped in an Rc. Types implementing Sound can define their own custom name for this type that is interchangable, (e.g. ComplexSoundRc for ComplexSound).