pub type TestFuture = Pin<Box<dyn Future<Output = Result<(), String>> + Send>>;
Future type produced by every conformance test runner.
pub struct TestFuture { /* private fields */ }