Skip to main content

CompileFut

Type Alias CompileFut 

Source
pub type CompileFut<X> = Pin<Box<dyn Future<Output = Result<GuiW<X>>> + Send + 'static>>;
Expand description

Future type for widget compilation (avoids infinite-size async fn).

Aliased Typeยง

pub struct CompileFut<X> { /* private fields */ }