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