Skip to main content

BoxSessionFuture

Type Alias BoxSessionFuture 

Source
pub type BoxSessionFuture = Pin<Box<dyn Future<Output = ()> + Send + 'static>>;
Expand description

A pinned, boxed session future. On non-WASM this is Send + 'static; on WASM it’s 'static only (no Send requirement).

Aliased Type§

pub struct BoxSessionFuture { /* private fields */ }