pub type EvaluationFuture<T> = Pin<Box<dyn Future<Output = T> + Send + 'static>>;
Owned asynchronous evaluation operation.
pub struct EvaluationFuture<T> { /* private fields */ }