Function style::sharing::checks::have_same_style_attribute

source ยท
pub fn have_same_style_attribute<E>(
    target: &mut StyleSharingTarget<E>,
    candidate: &mut StyleSharingCandidate<E>,
) -> bool
where E: TElement,
Expand description

Whether two elements have the same same style attribute (by pointer identity).