pub fn find<S>(selector: S) -> Task<Option<<S as Selector>::Output>>where S: Selector + Send + 'static, <S as Selector>::Output: Send + Clone + 'static,
selector
Finds a widget matching the given Selector.
Selector