Skip to main content

test_missing_stream_reads

Function test_missing_stream_reads 

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