[][src]Function titik::find_widget_by_id_mut

pub fn find_widget_by_id_mut<'a, MSG>(
    root_widget: &'a mut dyn Widget<MSG>,
    id: &str
) -> Option<&'a mut dyn Widget<MSG>>

returns a mutable reference to the widget from the root widget tree matching the supplied id