Function splits_io_api::race::join
source · pub async fn join(
client: &Client,
race_id: Uuid,
join_as: JoinAs<'_>,
join_token: Option<&str>
) -> Result<Entry, Error>Expand description
Joins the Race for the given entry.