Skip to main content

FindAll

Type Alias FindAll 

Source
pub type FindAll<S> = Finder<All<S>>;
Expand description

An Operation that runs the Selector for the entire widget tree and aggregates all of its Output.

Aliased Typeยง

pub struct FindAll<S> { /* private fields */ }