Struct style::dom_apis::QueryFirst [] [src]

pub struct QueryFirst;

A query for the first in-tree match of all the elements in a subtree.

Trait Implementations

impl<E: TElement> SelectorQuery<E> for QueryFirst
[src]

The output of the query.

[src]

Whether the query should stop after the first element has been matched.

[src]

Append an element matching after the first query.

[src]

Returns true if the output is empty.