[][src]Macro pugl_ui::widget_stub

macro_rules! widget_stub {
    () => { ... };
}

Implements Widget::stub() and Widget::stub_mut()

Assumes that the trait object implementing Widget has an instance of WidgetStub in a field stub.