algohub_server::routes::submission

Function list_by_problem_for_account

Source
pub async fn list_by_problem_for_account(
    db: &State<Surreal<Client>>,
    id: &str,
    user_id: &str,
    auth: Json<Credentials<'_>>,
) -> Result<Vec<Submission>>