Skip to main content

MainFuture

Type Alias MainFuture 

Source
type MainFuture<'m> = Pin<&'m mut dyn Future<Output = ()>>;
Expand description

Future for the argument to block_on, which is handled specially

Aliased Typeยง

#[repr(transparent)]
struct MainFuture<'m> { /* private fields */ }