pub fn delineate<S>(selector: S) -> Task<Option<Rectangle>>where S: Selector + Send + 'static, S::Output: Bounded + Clone + Send + 'static,
selector
Finds the visible bounds of the first Selector target.
Selector