test_basic_read_write

Function test_basic_read_write 

Source
pub async fn test_basic_read_write<F, S>(make_store: F) -> ContractTestResult
where F: Fn() -> S + Send + Sync + Clone + 'static, S: EventStore + Send + Sync + 'static,