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