pub type DynFuture<'a> = Pin<Box<dyn Future<Output = ()> + Send + 'a>>;
pub struct DynFuture<'a> { /* private fields */ }