[][src]Type Definition unhtml::ElemIter

type ElemIter<'b, 'a> = &'b mut (dyn Iterator<Item = ElementRef<'a>> + 'b);