Skip to main content

ForgeFuture

Type Alias ForgeFuture 

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

Boxed async result used by review-request trait methods.

Aliased Typeยง

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