pub type ForgeFuture<T> = Pin<Box<dyn Future<Output = T> + Send>>;
Boxed async result used by review-request trait methods.
pub struct ForgeFuture<T> { /* private fields */ }