Skip to main content

EvaluationFuture

Type Alias EvaluationFuture 

Source
pub type EvaluationFuture<T> = Pin<Box<dyn Future<Output = T> + Send + 'static>>;
Expand description

Owned asynchronous evaluation operation.

Aliased Typeยง

pub struct EvaluationFuture<T> { /* private fields */ }