Function skip_if

Source
pub fn skip_if(
    shall: bool,
    children: impl IntoIterator<Item = SkipDiff>,
) -> SkipDiff
Expand description

skip diffing the node is the val is true