fn with_default_parent_styles<E, F, R>(element: E, f: F) -> Rwhere E: TElement, F: FnOnce(Option<&ComputedValues>, Option<&ComputedValues>) -> R,