pub type TestFuture = Pin<Box<dyn Future<Output = Result<(), Failed>> + Send>>;
#[repr(transparent)]pub struct TestFuture { /* private fields */ }