pub async fn do_test_set_get_remove_string<S: Storage>(storage: &mut S)
Expand description

These are tests for verifying that a given Storage implementation acts as expected. Test that the implementation stores, retrieves, and clears String values correctly.