[][src]Macro relm::relm_widget

macro_rules! relm_widget {
    ($($tts:tt)*) => { ... };
}

Macro to be used as a stable alternative to the #[widget] attribute.

An example can be found here.