get_user_latest_replay

Function get_user_latest_replay 

Source
pub async fn get_user_latest_replay<'u, C, U>(
    client: &C,
    key: &str,
    user: U,
) -> Result<LatestReplay, Error>
where C: OsuApiRequester, U: Into<UserId<'u>>,
Expand description

Get the latest replay from the given user