pub type PlayerPlaySoundResult = Result<(), PlaySoundError>;

Aliased Type§

enum PlayerPlaySoundResult {
    Ok(()),
    Err(PlaySoundError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(PlaySoundError)

Contains the error value