Trait uiautomation::filters::MatcherFilter

source ·
pub trait MatcherFilter {
    // Required method
    fn judge(&self, element: &UIElement) -> Result<bool>;
}
Expand description

MatcherFilter is an element filter that can be used in UIMatcher.

Required Methods§

source

fn judge(&self, element: &UIElement) -> Result<bool>

Implementors§