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