pub fn find_all<S>(selector: S) -> Task<Vec<S::Output>>where S: Selector + Send + 'static, S::Output: Send + Clone + 'static,
selector
Finds all widgets matching the given Selector.
Selector