pub type PlayerPlayResult = Result<PlayerPlayResponse, Error>;

Aliased Type§

enum PlayerPlayResult {
    Ok(PlayerPlayResponse),
    Err(Error),
}

Variants§

§1.0.0

Ok(PlayerPlayResponse)

Contains the success value

§1.0.0

Err(Error)

Contains the error value