find_all

Function find_all 

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,
Available on crate feature selector only.
Expand description

Finds all widgets matching the given Selector.