pub trait WidgetRef {
    // Required method
    fn widget_ref(&self) -> &Widget;
}Expand description
Get a reference to a widget.
Required Methods§
sourcefn widget_ref(&self) -> &Widget
 
fn widget_ref(&self) -> &Widget
Returns a reference to a widget.