join

Function 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.