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.
pub fn compile<X: GXExt>(gx: GXHandle<X>, source: Value) -> CompileFut<X>Compile a widget value into a GuiW. Returns a boxed future to avoid infinite-size futures from recursive async calls.