Trait relm4::util::WidgetRef

source ·
pub trait WidgetRef {
    // Required method
    fn widget_ref(&self) -> &Widget;
}
Expand description

Get a reference to a widget.

Required Methods§

source

fn widget_ref(&self) -> &Widget

Returns a reference to a widget.

Implementors§