pub fn parents_allow_sharing<E>(
    target: &mut StyleSharingTarget<E>,
    candidate: &mut StyleSharingCandidate<E>
) -> boolwhere
    E: TElement,
Expand description

Determines whether a target and a candidate have compatible parents for sharing.