Function style::sharing::checks::have_same_presentational_hints

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

Whether two elements have the same same presentational attributes.