pub type PlayerPlaySound2Result = Result<(), PlaySoundError>;Aliased Type§
pub enum PlayerPlaySound2Result {
Ok(()),
Err(PlaySoundError),
}pub type PlayerPlaySound2Result = Result<(), PlaySoundError>;pub enum PlayerPlaySound2Result {
Ok(()),
Err(PlaySoundError),
}