find

Function find 

Source
pub fn find<S>(selector: S) -> Task<Option<S::Output>>
where S: Selector + Send + 'static, S::Output: Send + Clone + 'static,
Available on crate feature selector only.
Expand description

Finds a widget matching the given Selector.