Function update

Source
pub async fn update(
    db: &Surreal<Client>,
    id: &str,
    solution: CreateSolution<'_>,
) -> Result<Option<Solution>>