Spotlight archive

Guess the language.

Three lines, three guesses.

MODESpotlight0/3
Spotlight · ?.??
1match response.status {
2 200..=299 => Ok(response.json::<User>().await?),
3 _ => Err(ApiError::Server(response.status)) }
$ identify language
scripting
compiled
query
Keep going