logo
pub trait WidgetRef {
    fn widget_ref(&self) -> &Widget;
}
Expand description

Get a reference to a widget.

Required methods

Returns a reference to a widget.

Implementors