pub type DynFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T>> + 'a>>;
host
pub struct DynFuture<'a, T> { /* private fields */ }