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