Function list_by_problem

Source
pub async fn list_by_problem(
    db: &Surreal<Client>,
    problem: Thing,
) -> Result<Vec<Submission>>