handle_successful_response

Function handle_successful_response 

Source
pub async fn handle_successful_response<T>(
    success_body: &BatchSuccessResponseBody,
    workspace: &dyn BatchWorkspaceInterface,
    expected_content_type: &ExpectedContentType,
) -> Result<(), BatchSuccessResponseHandlingError>