pub type STextQuery = SQuery<(Option<Read<Text>>, Option<Read<TextSpan>>, Option<Read<TextFont>>)>;Expand description
Type of Query that may be passed to TextStructure::iter, with a 'static lifetime.
Aliased Typeยง
pub struct STextQuery { /* private fields */ }