Skip to main content

test_stream_isolation

Function test_stream_isolation 

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