type ExecuteNodeFuture = Pin<Box<dyn Future<Output = bool> + Send + 'static>>;
#[repr(transparent)]struct ExecuteNodeFuture { /* private fields */ }