Skip to main content

AppServerFuture

Type Alias AppServerFuture 

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

Boxed async result used by AppServerClient trait methods.

Aliased Typeยง

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