Skip to main content

GatewayFuture

Type Alias GatewayFuture 

Source
pub type GatewayFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
Expand description

A boxed, sendable future returned by gateway extensions.

Aliased Typeยง

pub struct GatewayFuture<'a, T> { /* private fields */ }