Function test_find_widget

Source
pub fn test_find_widget<P: IsA<Widget>>(
    widget: &P,
    label_pattern: &str,
    widget_type: Type,
) -> Option<Widget>