Skip to main content

TestFuture

Type Alias TestFuture 

Source
pub type TestFuture = Pin<Box<dyn Future<Output = Result<(), String>> + Send>>;
Expand description

Future type produced by every conformance test runner.

Aliased Type§

pub struct TestFuture { /* private fields */ }