pub fn get_submission(
client: &TestMyCodeClient,
submission_id: u32,
) -> Result<SubmissionProcessingStatus, TestMyCodeClientError>Expand description
get /api/v8/core/submissions/{submission_id} Checks the submission processing status from the given URL.