pub type BoxedTest<IO> = Box<dyn Fn(Conn<IO>) -> Pin<Box<dyn Future<Output = Result<()>>>>>;
pub struct BoxedTest<IO>(/* private fields */);