fn first_node_not_in<I>(
nodes: I,
not_in: &[NodeOrString<DomTypeHolder>],
) -> Option<DomRoot<Node>>
Expand description
Iterate through nodes
until we find a Node
that is not in not_in
fn first_node_not_in<I>(
nodes: I,
not_in: &[NodeOrString<DomTypeHolder>],
) -> Option<DomRoot<Node>>
Iterate through nodes
until we find a Node
that is not in not_in