Function deltachat::dehtml::pop_tag

source ·
fn pop_tag(count: &mut u32)
Expand description

In order to know when a specific tag is closed, we need to count the opening and closing tags. The countss are stored in the Dehtml struct.