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