pub fn skip_if(
shall: bool,
children: impl IntoIterator<Item = SkipDiff>,
) -> SkipDiff
Expand description
skip diffing the node is the val is true
pub fn skip_if(
shall: bool,
children: impl IntoIterator<Item = SkipDiff>,
) -> SkipDiff
skip diffing the node is the val is true