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