Trait TryCollectBody

Source
pub trait TryCollectBody {
    // Required method
    fn try_collect_body(&mut self, html: &HtmlAllocator) -> Result<ASlice<Node>>;
}

Required Methods§

Implementors§

Source§

impl<I: Iterator<Item = Result<AId<Node>>>> TryCollectBody for I