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