Type Definition TestCase
mimicaw_framework
type TestCase = Pin<Box<dyn Future<Output = ()> + UnwindSafe>>;