Module data

Module data 

Source

Structsยง

TestLoopData
TestLoopData is the container for all data that is stored and accessed by the test loop.
TestLoopDataHandle
This is a handle to the data stored in TestLoopData. test_loop_data.get(&handle) will return the data stored in TestLoopData. test_loop_data.get_mut(&handle) will return a mutable reference to the data stored in TestLoopData.