Searched refs:ChildIter (Results 1 – 1 of 1) sorted by relevance
264 pub fn children(&self, block: Block) -> ChildIter<'_> { in children()265 ChildIter { in children()517 pub struct ChildIter<'a> { struct522 impl<'a> Iterator for ChildIter<'a> { implementation