pub type QuerySelectorAllResult<E> = SmallVec<[E; 128]>;
The result of a querySelectorAll call.
pub struct QuerySelectorAllResult<E> { /* private fields */ }