Type Definition thirtyfour_query::ElementPredicate[][src]

type ElementPredicate = Box<dyn Fn(&'a WebElement<'a>) -> Pin<Box<dyn Future<Output = WebDriverResult<bool>> + Send + 'a>> + Send + Sync + 'static>;

Function signature for element predicates.