Skip to main content

compile

Function compile 

Source
pub fn compile<X: GXExt>(gx: GXHandle<X>, source: Value) -> CompileFut<X>
Expand description

Compile a widget value into a GuiW. Returns a boxed future to avoid infinite-size futures from recursive async calls.